Skip to content

Commit

Permalink
fix: clear interval prop
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed Oct 13, 2024
1 parent c0d6b8a commit b93ee4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/account/src/providers/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,7 @@ Supported fuel-core version: ${supportedVersion}.`
*/
destroy() {
clearInterval(this.autoRefreshIntervalId);
this.autoRefreshIntervalId = undefined;
}

/**
Expand Down

0 comments on commit b93ee4b

Please sign in to comment.