Skip to content

Commit fe49576

Browse files
committed
fix: isAI is non-required
1 parent 736e67c commit fe49576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v1/controller/room/join/Type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ export type ResponseType = {
1616
rtmToken: string;
1717
region: Region;
1818
showGuide: boolean;
19-
isAI: boolean;
19+
isAI?: boolean;
2020
};

0 commit comments

Comments
 (0)