Skip to content

Commit

Permalink
[ci skip] Allow null to note.createdAt
Browse files Browse the repository at this point in the history
  • Loading branch information
HotoRas authored Aug 13, 2024
1 parent 3f4d9c3 commit c53e15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/models/json-schema/note.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const packedNoteSchema = {
},
createdAt: {
type: 'string',
optional: false, nullable: false,
optional: false, nullable: true,
format: 'date-time',
},
deletedAt: {
Expand Down

0 comments on commit c53e15f

Please sign in to comment.