fixed periodic plugins update
This commit is contained in:
@@ -77,7 +77,9 @@ module.exports = class Plugins {
|
||||
}
|
||||
|
||||
// update plugins every 5 hours
|
||||
setInterval(this.updatePlugins, ms('5h'))
|
||||
setInterval(() => {
|
||||
this.updatePlugins()
|
||||
}, ms('5h'))
|
||||
}
|
||||
|
||||
didPluginsChange () {
|
||||
|
||||
Reference in New Issue
Block a user