Skip to content

Commit

Permalink
Fix failing type check for other endpoints that use IAccount
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Sep 8, 2020
1 parent b2f9040 commit 7291932
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface IAccount {
isAdmin: boolean;
isCurated: boolean;
canCreatePersonalSources: boolean;
canCreateInvitations: boolean;
canCreateInvitations?: boolean;
viewedOnboardingPage: boolean;
}

Expand Down

0 comments on commit 7291932

Please sign in to comment.