Skip to content

Commit

Permalink
add state type
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Dec 18, 2024
1 parent c1fb0fb commit 4d192fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol-designer/src/analytics/reducers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface OptInState {
hasOptedIn: boolean
appVersion?: string
}
const optInInitialState = {
const optInInitialState: OptInState = {
hasOptedIn: true,
}

Expand Down

0 comments on commit 4d192fc

Please sign in to comment.