Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hive
wallet
Commits
014b166f
Commit
014b166f
authored
Aug 23, 2019
by
/ /\ / /\/
Browse files
export wait helper fn from market saga
parent
434e820e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/redux/MarketSaga.js
View file @
014b166f
...
...
@@ -12,7 +12,7 @@ export const marketWatches = [
takeLatest
(
marketActions
.
UPDATE_MARKET
,
reloadMarket
),
];
const
wait
=
ms
=>
export
const
wait
=
ms
=>
new
Promise
(
resolve
=>
{
setTimeout
(()
=>
resolve
(),
ms
);
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment