Skip to content

Commit 63493b7

Browse files
committed
fixed typo mistake
1 parent e75cfec commit 63493b7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/nine-otters-hug.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@rocket.chat/rest-typings': minor
3+
'@rocket.chat/meteor': minor
4+
---
5+
6+
migrated rooms.delete endpoint to new OpenAPI pattern with AJV validation

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ export const roomEndpoints = API.v1
12121212
);
12131213

12141214
type RoomEndpoints = ExtractRoutesFromAPI<typeof roomEndpoints> &
1215-
ExtractRoutesFromAPI<typeof roomInviteEndpoints> &
1215+
ExtractRoutesFromAPI<typeof roomEndpoints> &
12161216
ExtractRoutesFromAPI<typeof roomDeleteEndpoint>;
12171217

12181218
declare module '@rocket.chat/rest-typings' {

0 commit comments

Comments
 (0)