mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 23:22:56 +00:00
fix:passsparams
This commit is contained in:
parent
06ef37b515
commit
2fad597f51
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ app.start(process.env.PORT || 3000).then(async (d) => {
|
|||
});
|
||||
init(app);
|
||||
PrivateDNS(app, process.env.MY_NEXTDNS, `C07LT7XS28Z`);
|
||||
monitorMemCpu();
|
||||
monitorMemCpu(app);
|
||||
// grab spotify cache from db
|
||||
resetSpotifyCache(app);
|
||||
app.client.chat.postMessage({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue