style: linting en formatting

This commit is contained in:
laurejablonski 2025-04-08 19:34:40 +02:00
parent 39cfcab179
commit d6760445ef
3 changed files with 7 additions and 24 deletions

View file

@ -49,14 +49,14 @@
// Function to handle a accepted invitation request
function acceptRequest(): void {
//TODO
console.log("request accepted");
//TODO: avoid linting issues when merging by filling the function
invitations.value = [];
}
// Function to handle a denied invitation request
function denyRequest(): void {
//TODO
console.log("request denied");
//TODO: avoid linting issues when merging by filling the function
invitations.value = [];
}
// Teacher should be able to set a displayname when making a class