@foxtware/mineral 0.1.19 → 0.1.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -278,9 +278,6 @@ const shopifyOrderFulfill = async (
|
|
|
278
278
|
};
|
|
279
279
|
}
|
|
280
280
|
|
|
281
|
-
logDeep({ depletableItemsBySku, shopifyFulfillmentCreatePayloads });
|
|
282
|
-
await askQuestion('Continue?');
|
|
283
|
-
|
|
284
281
|
return operationQueueRunner(
|
|
285
282
|
shopifyFulfillmentCreate,
|
|
286
283
|
shopifyFulfillmentCreatePayloads,
|