Zwischenpush

This commit is contained in:
AlexE030
2023-06-16 12:13:20 +02:00
parent c9f3efd7f9
commit 05a6a3ee23
6 changed files with 16 additions and 18 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ export default function SubmitWarning(p){
let url = baseURL + "/module?sessionid=" + localStorage.getItem("sessionid");
let json1 = {
"id": 0,
"id": localStorage.getItem("moduleid"),
"userid": localStorage.getItem("userid"),
"semesterid": localStorage.getItem("currentsid"),
"name": localStorage.getItem("currentmodulename"),