mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 10:34:17 +00:00
initialize on construct
This commit is contained in:
parent
a23534a79d
commit
23aef54771
@ -10,6 +10,8 @@ class Controller {
|
||||
constructor(params = {}) {
|
||||
this.params = params
|
||||
this.pool = []
|
||||
|
||||
this.initialize()
|
||||
}
|
||||
|
||||
async initialize() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user