Skip to content

Commit

Permalink
SonarCloud fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kukabi committed Sep 18, 2023
1 parent 238d6be commit 9261ec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/data/data-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ class DataStore {
provider: new WsProvider(this.network.rpcURL),
});
done(0);
return;
}, Constants.CONNECTION_TIMEOUT_MS);
this.eventBus.dispatch<string>(ChainvizEvent.SUBSTRATE_API_READY);
} catch (error) {
Expand Down

0 comments on commit 9261ec0

Please sign in to comment.