Skip to content

Commit

Permalink
chore: remove nullable option on _updatedAt and _id
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogarim committed Oct 18, 2024
1 parent 522df56 commit e74c1a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/rest-typings/src/v1/emojiCustom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,9 @@ const emojiCustomListSchema = {
},
_updatedAt: {
type: 'string',
nullable: true,
},
_id: {
type: 'string',
nullable: true,
},
},
required: [],
Expand Down

0 comments on commit e74c1a5

Please sign in to comment.