We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab424c commit b5e8298Copy full SHA for b5e8298
src/store/actions/utils.ts
@@ -51,7 +51,7 @@ export async function getThisTermScoresDataURL(): Promise<string> {
51
}
52
53
export async function getAllPassingScoresURL(): Promise<string> {
54
- const referralUrl = 'student/integratedQuery/scoreQuery/allPassingScores/index'
+ const referralUrl = '/student/integratedQuery/scoreQuery/allPassingScores/index'
55
const referralPageHTML = await getPageHTML(referralUrl)
56
const r = /scoreQuery\/(.+?)\/allPassingScores/.exec(referralPageHTML)
57
if (!r) {
0 commit comments