Update notes category id to show all 3 types"
This commit is contained in:
parent
1b3bca31a9
commit
968fdd0156
1 changed files with 1 additions and 1 deletions
|
@ -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": []
|
||||
|
|
Loading…
Reference in a new issue