Fix wrong character

This commit is contained in:
Sam Carlton 2022-05-10 14:53:19 -05:00
parent c9b9bd58e8
commit 241b5409ac

View file

@ -24,7 +24,7 @@ export class StorkClient {
}
// Loads the Stork WASM and Index into the browser on first query
// so that we don;t have to load them initially.
// so that we don't have to load them initially.
async lazyQuery ( query ) {
if ( !this.isSetup ) await this.setup()