fix: parse error in backend door doorgeven boolean
This commit is contained in:
parent
74acea493d
commit
7fff8a012d
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ export class TeacherController extends BaseController {
|
||||||
): Promise<JoinRequestResponse> {
|
): Promise<JoinRequestResponse> {
|
||||||
return this.put<JoinRequestResponse>(
|
return this.put<JoinRequestResponse>(
|
||||||
`/${teacherUsername}/joinRequests/${classId}/${studentUsername}`,
|
`/${teacherUsername}/joinRequests/${classId}/${studentUsername}`,
|
||||||
accepted,
|
{accepted},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue