Skip to content

Commit

Permalink
fix: packedNoteSchemaにclippedCountが抜けている (#12499)
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix authored Nov 28, 2023
1 parent ec04c76 commit 3b3b908
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/backend/src/models/json-schema/note.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ export const packedNoteSchema = {
optional: false, nullable: false,
},
},
clippedCount: {
type: 'number',
optional: true, nullable: false,
},

myReaction: {
type: 'object',
Expand Down

0 comments on commit 3b3b908

Please sign in to comment.