mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
ee3f6f124e
`setCurrentCurrency` returned a thunk that didn't return a Promise, despite doing async work. It now returns a Promise. The callers in this case never needed to know when this action had completed, but at least this makes our tests more reliable. They were already `await`-ing this action, despite the lack of Promise. |
||
---|---|---|
.. | ||
app | ||
lib | ||
index.js |