forked from github/szkolny
[API/Vulcan] Swap grade category and description.
This commit is contained in:
parent
37e57d2f73
commit
33ca55401b
@ -1240,9 +1240,9 @@ public class Vulcan implements EdziennikInterface {
|
||||
Grade gradeObject = new Grade(
|
||||
profileId,
|
||||
id,
|
||||
finalDescription,
|
||||
color,
|
||||
category,
|
||||
color,
|
||||
finalDescription,
|
||||
finalName,
|
||||
finalValue,
|
||||
weight,
|
||||
|
Loading…
Reference in New Issue
Block a user