Skip to content

Commit c59a411

Browse files
committed
🐛 !が抜けてた
1 parent bf1727e commit c59a411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/websocket/shortcuts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export async function deletePage(
2525
getUserId(),
2626
]);
2727

28-
if (persistent) return;
28+
if (!persistent) return;
2929

3030
const io = await socketIO();
3131
const { request } = wrap(io);

0 commit comments

Comments
 (0)