Skip to content

Commit 76abf19

Browse files
committed
Update wakeup-ping.ts
1 parent 436f582 commit 76abf19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pkg/utils/wakeup-ping.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const initializeWakeupPing = () => {
3838
};
3939

4040
const pingTask = async () => {
41-
channel.postMessage({});
41+
channel.postMessage(true);
4242
incrementCounter();
4343
};
4444

0 commit comments

Comments
 (0)