File tree 2 files changed +0
-3
lines changed 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ export type Account = {
32
32
image ?: string | null ;
33
33
name ?: string ;
34
34
email ?: string ;
35
- advancedEnabled : boolean ;
36
35
emailConfirmedAt ?: string ;
37
36
unconfirmedEmail ?: string ;
38
37
emailConfirmationWalletAddress ?: string ;
@@ -41,7 +40,6 @@ export type Account = {
41
40
billing : "email" | "none" ;
42
41
updates : "email" | "none" ;
43
42
} ;
44
- // TODO - add image URL
45
43
} ;
46
44
47
45
interface UpdateAccountNotificationsInput {
Original file line number Diff line number Diff line change @@ -333,7 +333,6 @@ export function newAccountStub(overrides?: Partial<Account>): Account {
333
333
name : undefined ,
334
334
id : "foo" ,
335
335
isStaff : false ,
336
- advancedEnabled : false ,
337
336
creatorWalletAddress : "0x1F846F6DAE38E1C88D71EAA191760B15f38B7A37" ,
338
337
...overrides ,
339
338
} ;
You can’t perform that action at this time.
0 commit comments