diff options
| author | altaf-creator <dev@altafcreator.com> | 2026-01-11 22:29:21 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2026-01-11 22:29:21 +0800 |
| commit | fd2dc2e4a0c07d6f6b36967f8858b583532631d3 (patch) | |
| tree | fc92680db4acd6fc239465f22d5d630e2277c775 /frontend | |
| parent | f0f17ad055b1af59b35749a6af8735657b3ec984 (diff) | |
useless commit msg
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/main.js b/frontend/main.js index 70c3a73..fbf0789 100644 --- a/frontend/main.js +++ b/frontend/main.js @@ -45,7 +45,7 @@ async function subscribe() { }, }); - print(db_reply) + console.log(db_reply) return db_reply.status == 2000; } catch (e) { |
