This commit is contained in:
Rizky 2024-07-25 16:21:52 +07:00
parent 7924ecd9bd
commit 7994b504d4
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ export const page_load: SAction["page"]["load"] = async function (
if (client_id && ws) { if (client_id && ws) {
if (!f.user_id) { if (!f.user_id) {
console.log(client_id);
sendWS(ws, { sendWS(ws, {
type: SyncType.Event, type: SyncType.Event,
event: "page_changed", event: "page_changed",