Skip to content

Commit

Permalink
fix(KUI-1102): remove alert
Browse files Browse the repository at this point in the history
  • Loading branch information
belanglos committed Sep 20, 2023
1 parent f881417 commit afbd619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/controllers/memoCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ async function getContent(req, res, next) {
applicationCodes: [],
}
return res.redirect(
...redirectToAboutCourseConfig(queryParams, serverConfig.hostUrl, serverConfig.proxyPrefixPath.uri, courseCode)
...redirectToAboutCourseConfig({}, serverConfig.hostUrl, serverConfig.proxyPrefixPath.uri, courseCode)
)
}

Expand All @@ -190,7 +190,7 @@ async function getContent(req, res, next) {
const queryParams = createQueryParams(id, semester, potentialMemoEndPoint, courseCode)

return res.redirect(
...redirectToAboutCourseConfig(queryParams, serverConfig.hostUrl, serverConfig.proxyPrefixPath.uri, courseCode)
...redirectToAboutCourseConfig({}, serverConfig.hostUrl, serverConfig.proxyPrefixPath.uri, courseCode)
)
}

Expand Down

0 comments on commit afbd619

Please sign in to comment.