Fix missing this

This commit is contained in:
Sam Carlton 2022-05-10 14:56:37 -05:00
parent 270420202c
commit 6c48606fe5

View file

@ -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
} }