Skip to content

Commit

Permalink
chore: added minLength
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandernsilva authored Dec 6, 2024
1 parent b5f3f05 commit 859fd97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rest-typings/src/v1/rooms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ const roomsOpenSchema = {
properties: {
roomId: {
type: 'string',
minLength: 1,
},
},
required: ['roomId'],
Expand Down

0 comments on commit 859fd97

Please sign in to comment.