We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7751ff8 commit 2186c0bCopy full SHA for 2186c0b
1 file changed
apps/meteor/app/api/server/v1/rooms.ts
@@ -1118,11 +1118,7 @@ export const roomEndpoints = API.v1
1118
authRequired: true,
1119
body: isRoomsFavoriteProps,
1120
response: {
1121
- 200: ajv.compile<
1122
- {
1123
- favorite: boolean;
1124
- } & ({ roomId: string } | { roomName: string })
1125
- >({
+ 200: ajv.compile<void>({
1126
type: 'object',
1127
properties: {
1128
success: {
0 commit comments