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