Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v1.6.1 #154

Merged
merged 19 commits into from
Mar 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed consoles
shaunlumbcgov committed Mar 7, 2024
commit 5b4d2dc704852d1c2b5ed1836d295fe44b3da211
2 changes: 0 additions & 2 deletions backend/src/routes/institute-router.js
Original file line number Diff line number Diff line change
@@ -54,7 +54,6 @@ async function createCache(req, res) {
headers: { Authorization: `Bearer ${req.accessToken}` },
}
);
console.log("SET")
listCache.set("fundingGroups", fundingGroupsResponse.data);
res.json(fundingGroupsResponse.data);
} catch (error) {
@@ -320,7 +319,6 @@ async function getContactTypeCodes(req, res) {
res.status(statusCode).send(error.message);
}
} else {
console.log("set CODELIST")
const cachedCodeList = await listCache.get("codesList");
res.json(cachedCodeList);
}
1 change: 0 additions & 1 deletion backend/src/routes/school-router.js
Original file line number Diff line number Diff line change
@@ -360,7 +360,6 @@ async function getAllSchools(req, res) {
null,
["label", "description"]
);
console.log(openSchoolList)
openSchoolList.forEach((currentElement, index, array) => {
const rearrangedElement = rearrangeAndRelabelObjectProperties(
currentElement,