Skip to content

Commit

Permalink
Merge branch 'hm-duos-2608-read-only-dar-form' of https://github.com/…
Browse files Browse the repository at this point in the history
…DataBiosphere/duos-ui into hm-duos-2608-read-only-dar-form
  • Loading branch information
hams7504 committed Sep 29, 2023
2 parents 57a9907 + 1cb583b commit d5ec40c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/libs/ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -626,12 +626,6 @@ export const User = {
return res.json();
},

// getSOsForGivenUser: async (userId) => {
// const url = `${await getApiUrl()}/api/user/signing-officials/${userId}`;
// const res = await fetchOk(url, fp.mergeAll([Config.authOpts(), { method: 'GET' }]));
// return res.json();
// },

getUnassignedUsers: async () => {
const url = `${await getApiUrl()}/api/user/institution/unassigned`;
const res = await axios.get(url, Config.authOpts());
Expand Down

0 comments on commit d5ec40c

Please sign in to comment.