Skip to content

Commit

Permalink
fix: code cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <[email protected]>
  • Loading branch information
jleach committed Jul 8, 2024
1 parent 9dddad2 commit 5ac8db0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/src/store.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export interface IASEnvironment {
}
export interface Developer {
environment: IASEnvironment
remoteDebuggingEnabled: boolean
}

export interface DismissPersonCredentialOffer {
Expand Down Expand Up @@ -84,15 +83,13 @@ export const iasEnvironments: Array<IASEnvironment> = [

const developerState: Developer = {
environment: iasEnvironments[0],
remoteDebuggingEnabled: false,
}

const dismissPersonCredentialOfferState: DismissPersonCredentialOffer = {
personCredentialOfferDismissed: false,
}

const remoteDebuggingState: RemoteDebuggingState = {
enabled: false, // default to disabled
enabledAt: undefined,
}

Expand Down

0 comments on commit 5ac8db0

Please sign in to comment.