Skip to content

Commit 1f1f339

Browse files
authoredNov 15, 2024
Console API Status Loop Fixed
in console the api status fetched looped to send log it is now fixed
1 parent 61ab9e1 commit 1f1f339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ client.loadEvents("src/events");
7373
};
7474
res.json(statusData);
7575
});
76-
client.logger.log("Status accessed at /api/status");
76+
// client.logger.log("Status accessed at /api/status");
7777
});
7878

7979
app.get('/', function (req, res) {

0 commit comments

Comments
 (0)
Please sign in to comment.