Created
March 21, 2019 11:06
-
-
Save fdjones/8c17d4b8ed6dfb8d4b1db4e84fab96b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let pickList; | |
setTimeout(async () => { | |
const foo = await apiCallWrapper(store, getParcelPickListItems, parcel.id); | |
pickList = foo[0]; | |
}, 5000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment