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 13, 2021
1 parent 146e352 commit c991da5
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 @@ -107,7 +107,7 @@ export class AssetsDetectionController extends BaseController<AssetsDetectionCon
* @param options.addTokens - Add a list of tokens
* @param options.addCollectible - Add a collectible
* @param options.removeCollectible - Remove 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 c991da5

Please sign in to comment.