Skip to content

Commit 5b0ab59

Browse files
committed
lint: remove unused var
1 parent 2096416 commit 5b0ab59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playgrounds/default/dobs.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
plugins: [
88
cachePlugin({ ttl: 1000 }),
99
websocket({
10-
open(ws) {
10+
open() {
1111
console.log('[ws] connected');
1212
},
1313
message(ws, message) {

0 commit comments

Comments
 (0)