mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 20:46:01 +00:00
prettier
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = {
|
||||
tasks: [],
|
||||
|
||||
async unload() {
|
||||
this.tasks.forEach((x) => x.destroy());
|
||||
this.tasks.forEach(x => x.destroy());
|
||||
this.tasks = [];
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user