Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtakagi committed Aug 8, 2022
1 parent ca306c5 commit 8df3ba6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,9 @@ function runWebhook() {
}, WEBHOOK_TIME_INTERVAL);
}

runWebhook();
cacheStreams();
function main () {
runWebhook();
cacheStreams();
}

main();

0 comments on commit 8df3ba6

Please sign in to comment.