Fix granting extra time for another day after task completion

This commit is contained in:
Jonas Lochmann
2022-01-03 01:00:00 +01:00
parent 54faa8cef3
commit 48d7d83db3
11 changed files with 123 additions and 12 deletions
+3
View File
@@ -589,6 +589,9 @@ const definitions = {
},
"time": {
"type": "number"
},
"day": {
"type": "number"
}
},
"additionalProperties": false,