We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b26d5 commit 0c8c53aCopy full SHA for 0c8c53a
1 file changed
src/utils/errors.utils.ts
@@ -76,7 +76,7 @@ export const RoomNameTooLong: APIResponse = {
76
response: 'ROOM_NAME_TOO_LONG',
77
error: {
78
title: 'Room Name Too Long',
79
- description: 'This room name is too short. Please specify a name with up to 30 characters.'
+ description: 'This room name is too short. Please specify a name up to 30 characters.'
80
},
81
status: 413
82
}
@@ -85,7 +85,7 @@ export const RoomNameTooShort: APIResponse = {
85
response: 'ROOM_NAME_TOO_SHORT',
86
87
88
89
90
91
0 commit comments