Skip to content

Commit

Permalink
fix: use default instead initial
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptodev-2s committed Oct 31, 2024
1 parent 8e4d9c2 commit dd732dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/assets-controllers/src/NftController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2062,7 +2062,7 @@ export class NftController extends BaseController<
}

/**
* Reset the controller state to the initial state.
* Reset the controller state to the default state.
*/
resetState() {
this.update(() => {
Expand Down
2 changes: 1 addition & 1 deletion packages/assets-controllers/src/TokenBalancesController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export class TokenBalancesController extends BaseController<
}

/**
* Reset the controller state to the initial state.
* Reset the controller state to the default state.
*/
resetState() {
this.update(() => {
Expand Down
2 changes: 1 addition & 1 deletion packages/assets-controllers/src/TokenRatesController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ export class TokenRatesController extends StaticIntervalPollingController<TokenR
}

/**
* Reset the controller state to the initial state.
* Reset the controller state to the default state.
*/
resetState() {
this.update(() => {
Expand Down
2 changes: 1 addition & 1 deletion packages/assets-controllers/src/TokensController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ export class TokensController extends BaseController<
}

/**
* Reset the controller state to the initial state.
* Reset the controller state to the default state.
*/
resetState() {
this.update(() => {
Expand Down

0 comments on commit dd732dd

Please sign in to comment.