Skip to content

Instantly share code, notes, and snippets.

@fdjones
Created March 21, 2019 11:06
Show Gist options
  • Save fdjones/8c17d4b8ed6dfb8d4b1db4e84fab96b4 to your computer and use it in GitHub Desktop.
Save fdjones/8c17d4b8ed6dfb8d4b1db4e84fab96b4 to your computer and use it in GitHub Desktop.
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