mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
change app plugins to be a map to prevent duplicates and provide easier access
This commit is contained in:
@@ -322,7 +322,7 @@ export class SystemController extends Controller {
|
||||
local: datetimeStringLocal(),
|
||||
utc: datetimeStringUTC(),
|
||||
},
|
||||
plugins: this.app.plugins.map((p) => p.name),
|
||||
plugins: Array.from(this.app.plugins.keys()),
|
||||
}),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user