File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ export type Account = {
3232 image ?: string | null ;
3333 name ?: string ;
3434 email ?: string ;
35- advancedEnabled : boolean ;
3635 emailConfirmedAt ?: string ;
3736 unconfirmedEmail ?: string ;
3837 emailConfirmationWalletAddress ?: string ;
@@ -41,7 +40,6 @@ export type Account = {
4140 billing : "email" | "none" ;
4241 updates : "email" | "none" ;
4342 } ;
44- // TODO - add image URL
4543} ;
4644
4745interface UpdateAccountNotificationsInput {
Original file line number Diff line number Diff line change @@ -333,7 +333,6 @@ export function newAccountStub(overrides?: Partial<Account>): Account {
333333 name : undefined ,
334334 id : "foo" ,
335335 isStaff : false ,
336- advancedEnabled : false ,
337336 creatorWalletAddress : "0x1F846F6DAE38E1C88D71EAA191760B15f38B7A37" ,
338337 ...overrides ,
339338 } ;
You can’t perform that action at this time.
0 commit comments