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 e132998930
Return a Promise from setProviderType thunk (#8436)
`setProviderType` returned a thunk that didn't return a Promise,
despite doing async work. It now returns a Promise.

None of the callers of this action creator needed to know when it
completed, so no changes to the call sites were made.
2020-04-28 09:50:04 -03:00
..
actionConstants.js Remove leftover references to Coinbase (#8403) 2020-04-23 20:32:15 -03:00
actions.js Return a Promise from setProviderType thunk (#8436) 2020-04-28 09:50:04 -03:00
store.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30