Skip to content

Commit b69fcfa

Browse files
committed
accidentally deleted the function name...
1 parent 953ffe9 commit b69fcfa

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
@@ -57,6 +57,7 @@ export const useAllSOWs = (id, requestIdentifier, accessToken) => {
5757
}
5858

5959
// 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) => {
6061
try {
6162
// TODO(summer-cook): eventually we can use the useSWRList hook here instead of mapping & calling the fetcher.
6263
// This hook is actively being contributed to the swr repo, but the semantics of the work are still being debated.

0 commit comments

Comments
 (0)