mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix wrong character
This commit is contained in:
parent
c9b9bd58e8
commit
241b5409ac
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ export class StorkClient {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Loads the Stork WASM and Index into the browser on first query
|
// 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 ) {
|
async lazyQuery ( query ) {
|
||||||
if ( !this.isSetup ) await this.setup()
|
if ( !this.isSetup ) await this.setup()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue