1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/store
Mark Stacey 580a90d543
Use async/await in message manager action creators (#8434)
These action creators for the "message manager" controller
interactions have been updated to use `async/await`. There should be
almost no changes in behavior. The only things removed were a few debug
log statements, and a single `console.log`.
2020-04-28 09:49:10 -03:00
..
actionConstants.js Remove leftover references to Coinbase (#8403) 2020-04-23 20:32:15 -03:00
actions.js Use async/await in message manager action creators (#8434) 2020-04-28 09:49:10 -03:00
store.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30