We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953ffe9 commit b69fcfaCopy full SHA for b69fcfa
utils/api/requests.js
@@ -57,6 +57,7 @@ export const useAllSOWs = (id, requestIdentifier, accessToken) => {
57
}
58
59
// The name of this function is getAllPOs vs. useAllPOs. Since it is not a hook, it should not start with "use".
60
+export const getAllPOs = async (quotedWareId, uuid, requestIdentifier, accessToken) => {
61
try {
62
// TODO(summer-cook): eventually we can use the useSWRList hook here instead of mapping & calling the fetcher.
63
// This hook is actively being contributed to the swr repo, but the semantics of the work are still being debated.
0 commit comments