Skip to content

Commit 527415a

Browse files
author
siyu
committed
cancel room export users api uuid limit
1 parent 8a78600 commit 527415a

File tree

1 file changed

+1
-3
lines changed
  • src/v2/controllers/room/export-users

1 file changed

+1
-3
lines changed

src/v2/controllers/room/export-users/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ import { Type } from "@sinclair/typebox";
77
export const roomExportUsersSchema = {
88
body: Type.Object(
99
{
10-
roomUUID: Type.String({
11-
format: "uuid-v4",
12-
}),
10+
roomUUID: Type.String(),
1311
},
1412
{
1513
additionalProperties: false,

0 commit comments

Comments
 (0)