mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Remove already handled TODO comment.
This commit is contained in:
parent
f09d72fa2a
commit
b281a52759
@ -64,7 +64,6 @@ async function loadStateFromPersistence () {
|
|||||||
log.error('error fetching state from local store:', err)
|
log.error('error fetching state from local store:', err)
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: handle possible exceptions (https://developer.chrome.com/apps/runtime#property-lastError)
|
|
||||||
versionedData = Object.keys(localData).length > 0 ? localData : versionedData
|
versionedData = Object.keys(localData).length > 0 ? localData : versionedData
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user