Skip to content

Commit 997180a

Browse files
committed
server/types/user: remove typo for totalSize optional
1 parent ad4df7a commit 997180a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/types/user.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export interface IUser extends VirtualId, MongooseTimestamps {
2222
tokens: { kind: string }[];
2323
apiKeys: Types.DocumentArray<ApiKeyDocument>;
2424
preferences: UserPreferences;
25-
totalSize?: number;
25+
totalSize: number;
2626
cookieConsent: CookieConsentOptions;
2727
banned: boolean;
2828
lastLoginTimestamp?: Date;

0 commit comments

Comments
 (0)