Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
HotoRas committed Nov 19, 2024
1 parent 0fd090f commit 6dff37c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/backend/src/models/json-schema/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,9 @@ export const packedUserDetailedNotMeOnlySchema = {
nullable: false, optional: true,
},
securityKeys: {
type: 'boolean',
nullable: false, optional: true,
},
approved: {
type: 'boolean',
nullable: false, optional: true,
Expand Down Expand Up @@ -446,6 +449,7 @@ export const packedUserDetailedNotMeOnlySchema = {
},
//#endregion
},

} as const;

export const packedMeDetailedOnlySchema = {
Expand Down

0 comments on commit 6dff37c

Please sign in to comment.