mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix missing this
This commit is contained in:
parent
270420202c
commit
6c48606fe5
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ export class StorkClient {
|
||||||
async setup () {
|
async setup () {
|
||||||
// Prevent multiple setups
|
// Prevent multiple setups
|
||||||
if ( this.setupState !== 'not-setup' ) {
|
if ( this.setupState !== 'not-setup' ) {
|
||||||
await waitForSetup()
|
await this.waitForSetup()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue