Update notes category id to show all 3 types"

This commit is contained in:
Mikołaj Pich 2020-03-27 01:10:23 +01:00
parent 1b3bca31a9
commit 968fdd0156

View file

@ -785,7 +785,7 @@ router.all("/UwagiIOsiagniecia.mvc/Get", (req, res) => {
// 19.06
"Punkty": `${i++}`,
"PokazPunkty": true,
"KategoriaTyp": i % 2 + 1
"KategoriaTyp": i % 3 + 1
};
}),
"Osiagniecia": []