Skip to content

Commit

Permalink
Fix enum comment error (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPethick authored Feb 10, 2020
1 parent 54332fc commit 7b75381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/IProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export enum ProviderState {
*/
SignedOut,
/**
* SignedIn = 1
* SignedIn = 2
*/
SignedIn
}

0 comments on commit 7b75381

Please sign in to comment.