Skip to content

Commit

Permalink
Fix typo in parsed category list
Browse files Browse the repository at this point in the history
(reference #62)
  • Loading branch information
piotrzarzycki21 committed Sep 19, 2024
1 parent db5aca8 commit 39c961b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ package classes.managers
{
var cat:Object = jsonData[i];
var tmpVO:CategoryVO = new CategoryVO(cat.DominoUniversalID, cat.CategoryID, cat.Description,
Number(cat.Order), cat.Label, cat.Icon, cat.link);
Number(cat.Order), cat.Label, cat.Icon, cat.Link);

tmpArr.push(tmpVO);
}
Expand Down

0 comments on commit 39c961b

Please sign in to comment.