From 511a045564887a7a07dad48b9c7f9ca86b630f88 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Sun, 11 Jan 2026 22:09:50 +0800 Subject: status print --- frontend/main.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontend') diff --git a/frontend/main.js b/frontend/main.js index 3ce5fb1..70c3a73 100644 --- a/frontend/main.js +++ b/frontend/main.js @@ -44,6 +44,8 @@ async function subscribe() { "Content-Type": "application/json", }, }); + + print(db_reply) return db_reply.status == 2000; } catch (e) { -- cgit v1.2.3