Skip to content

Commit

Permalink
Fix: typecheck (backend)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyatea committed Aug 2, 2024
1 parent 7128216 commit 5b344d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/backend/src/models/json-schema/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ export const packedUserDetailedNotMeOnlySchema = {
nullable: true, optional: false,
items: {
type: 'object',
nullable: false, optional: false,
properties: {
id: {
type: 'string',
Expand Down Expand Up @@ -814,4 +815,4 @@ export const packedUserBannerSchema = {
nullable: true, optional: false,
},
},
};
} as const;

0 comments on commit 5b344d4

Please sign in to comment.