Skip to content

Commit 441b251

Browse files
committed
fix: lint
1 parent dd93f33 commit 441b251

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ export class Api {
252252
*/
253253
async checkAndRecoveryWorkerStream (room, docid) {
254254
await this.redis.checkAndRecoverWorkerStream(
255-
computeRedisRoomStreamName(room, docid, this.prefix),
255+
computeRedisRoomStreamName(room, docid, this.prefix)
256256
)
257257
}
258258

src/y-socket-io/y-socket-io.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export class YSocketIO {
159159

160160
await this.client.checkAndRecoveryWorkerStream(
161161
this.getNamespaceString(socket.nsp),
162-
'index',
162+
'index'
163163
)
164164
const doc = await this.client.getDoc(namespace, 'index')
165165

0 commit comments

Comments
 (0)