mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Missing bracket in docblock.
This commit is contained in:
parent
649d2f8b22
commit
164f9c4662
@ -133,7 +133,7 @@ class PreferencesController {
|
|||||||
* Removes a specified token from the tokens array.
|
* Removes a specified token from the tokens array.
|
||||||
*
|
*
|
||||||
* @param {string} rawAddress Hex address of the token contract to remove.
|
* @param {string} rawAddress Hex address of the token contract to remove.
|
||||||
* @returns {Promise<array> The new array of AddedToken objects
|
* @returns {Promise<array>} The new array of AddedToken objects
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
removeToken (rawAddress) {
|
removeToken (rawAddress) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user