Skip to content

Commit

Permalink
fix: bootstrapping test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek committed Aug 5, 2024
1 parent 43c335d commit 3080674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ export class UnleashClient extends TinyEmitter {
this.sdkState = 'healthy';

// Indicates that the bootstrap is fresh, and avoid the initial fetch
this.storeLastRefreshTimestamp();
await this.storeLastRefreshTimestamp();

this.setReady();
}
Expand Down

0 comments on commit 3080674

Please sign in to comment.