Skip to content

Commit

Permalink
Fix AssetsDetectionController constructor comment
Browse files Browse the repository at this point in the history
The constructor JSDoc comment has been fixed. Also a mistakenly removed
newline has been restored.
  • Loading branch information
Gudahtt committed Apr 15, 2021
1 parent b9ea469 commit f63c6f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/AssetsDetectionController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class AssetsDetectionController extends BaseController<AssetsDetectionCon
* @param options.getBalancesInSingleCall - Gets the balances of a list of tokens for the given address
* @param options.addTokens - Add a list of tokens
* @param options.addCollectible - Add a collectible
* @param options.initialAssetsState - The initial state of the Assets controller
* @param options.getAssetsState - Gets the current state of the Assets controller
* @param config - Initial options used to configure this controller
* @param state - Initial state to set on this controller
*/
Expand Down
1 change: 1 addition & 0 deletions src/user/PreferencesController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export interface PreferencesState extends BaseState {
lostIdentities: { [address: string]: ContactEntry };
selectedAddress: string;
}

/**
* Controller that stores shared settings and exposes convenience methods
*/
Expand Down

0 comments on commit f63c6f1

Please sign in to comment.