Adding an unrelated to issue to an accompanyingCourseWork

This commit is contained in:
2021-12-12 13:55:22 +00:00
committed by Julien Fastré
parent 839fb4a211
commit 683d055088
12 changed files with 687 additions and 578 deletions

View File

@@ -22,9 +22,9 @@ const getUsers = () => {
};
const getReferrersSuggested = (course) => {
const url = `/api/1.0/person/accompanying-course/${course.id}/referrers-suggested.json`;
const url = `/api/1.0/person/accompanying-course/${course.id}/referrers-suggested.json`;
return fetchResults(url);
return fetchResults(url);
}
/*