Skip to content

Commit

Permalink
VIL-320 fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
GaspardRivoire committed May 30, 2024
1 parent db9c196 commit 36bf3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controllers/pelicoPresentation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const UPDATE_SCHEMA: JSONSchemaType<UpdatePelicoData> = {
},
required: ['type', 'value'],
},
nullable: false,
nullable: true,
},
},
required: [],
Expand Down

0 comments on commit 36bf3c8

Please sign in to comment.