Add missing semicolon

This commit is contained in:
Mikołaj Pich 2020-01-15 21:20:24 +01:00
parent 582bbfa3cf
commit 736ecd331b
No known key found for this signature in database
GPG key ID: F62B26E36D4C4BAA

View file

@ -325,7 +325,7 @@ router.get("/Sprawdziany.mvc/Terminarz", (req, res) => {
case 1: examType = "Sprawdzian"; break; case 1: examType = "Sprawdzian"; break;
case 2: examType = "Kartkówka"; break; case 2: examType = "Kartkówka"; break;
case 3: examType = "Praca klasowa"; break; case 3: examType = "Praca klasowa"; break;
default: examType = "Nieznany" default: examType = "Nieznany";
} }
return { return {
entryDate: "01.01.1970", entryDate: "01.01.1970",