Skip to content

Commit 4c30cfb

Browse files
committed
add comment
1 parent f3f17af commit 4c30cfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/api/requests.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export const useAllPOs = (quotedWareId, uuid, requestIdentifier, accessToken) =>
6565
let onePOData = await fetcher(`quote_groups/${uuid}/quoted_wares/${quotedWareId}/purchase_orders/${poId}.json`, accessToken)
6666
enhancedPOArray.push(onePOData)
6767
})
68+
// need to still configure POs to make sure they are returning all the right stuff, also need to figure out how best to use loading and error in this call
6869
if (enhancedPOArray.length) {
6970
allPOs = configurePOs(enhancedPOArray, requestIdentifier)
7071
}

0 commit comments

Comments
 (0)