This commit is contained in:
syuilo
2023-03-31 09:20:52 +09:00
parent a23b25bff7
commit 5d94062581
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ export default class Stream extends EventEmitter<StreamEvents> {
WebSocket?: any;
}) {
super();
options = options || { };
options = options ?? { };
const query = urlQuery({
i: user?.token,