mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 23:22:56 +00:00
update: temp disable hacktime watcher
This commit is contained in:
parent
f8ede0d983
commit
9df2aa65e0
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ const db = new JSONdb("data.json");
|
|||
attachDB(db);
|
||||
app.start(process.env.PORT || 3000).then(async (d) => {
|
||||
console.log(`App is UP (please help)`);
|
||||
watchForWhenIUseHacktime(app);
|
||||
// watchForWhenIUseHacktime(app);
|
||||
setInterval(() => {
|
||||
try {
|
||||
function r() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue