File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
apps/meteor/app/api/server/v1 Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1+ /*
12import { Calendar } from '@rocket.chat/core-services';
23import type { ICalendarEvent } from '@rocket.chat/core-typings';
34import {
@@ -222,3 +223,4 @@ API.v1.post(
222223 return API.v1.success();
223224 },
224225);
226+ */
Original file line number Diff line number Diff line change @@ -290,21 +290,13 @@ const isSyncThreadMessagesResponse = ajv.compile<{
290290 type : 'array' ,
291291 items : {
292292 type : 'object' ,
293- properties : {
294- _id : { type : 'string' } ,
295- } ,
296- required : [ '_id' ] ,
297293 additionalProperties : true ,
298294 } ,
299295 } ,
300296 remove : {
301297 type : 'array' ,
302298 items : {
303299 type : 'object' ,
304- properties : {
305- _id : { type : 'string' } ,
306- } ,
307- required : [ '_id' ] ,
308300 additionalProperties : true ,
309301 } ,
310302 } ,
You can’t perform that action at this time.
0 commit comments