Skip to content

Commit 7524c19

Browse files
committed
add link to issue to fix the quoted ware problem
1 parent 4082e7f commit 7524c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/api/requests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export const createRequest = async ({ dynamicFormData, wareID, accessToken }) =>
196196
/**
197197
* TODO(alishaevn): I'm not sure why, but sometimes our data does not have the "quoted_ware_refs" property on it.
198198
* a search for the request in postman however, returns the property. we should find the underlying commonality on
199-
* requests that don't return the value so we can fix it.
199+
* requests that don't return the value so we can fix it. (ref: https://github.com/scientist-softserv/webstore/issues/252)
200200
*/
201201
let quotedWareID = data.quoted_ware_refs?.[0]?.id
202202
if (!quotedWareID) {

0 commit comments

Comments
 (0)