Skip to content

Commit

Permalink
revert changes to ajax.js
Browse files Browse the repository at this point in the history
hams7504 authored Sep 27, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 484a930 commit 1cb583b
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
@@ -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());

0 comments on commit 1cb583b

Please sign in to comment.