Skip to content

Commit 8c95b01

Browse files
committed
chore: changed response type from void to correct one
1 parent cdc55f2 commit 8c95b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/meteor/app/api/server/v1/groups.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ const groupDeleteEndpoint = API.v1.post(
413413
authRequired: true,
414414
body: isGroupsDeleteProps,
415415
response: {
416-
200: ajv.compile<void>({
416+
200: ajv.compile<{ success: true }>({
417417
type: 'object',
418418
properties: {
419419
success: {

0 commit comments

Comments
 (0)