Skip to content

Commit

Permalink
feat(web-2516): review
Browse files Browse the repository at this point in the history
  • Loading branch information
kot9ta committed Mar 4, 2024
1 parent 1b5dd50 commit 4d7d925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/tokens/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function ParseEnums(tokens: string[]) {
}

case 'reserved':
(en.reserved ?? []).push(ParseReserved(tokens));
en.reserved.push(ParseReserved(tokens));
break;

case undefined:
Expand Down

0 comments on commit 4d7d925

Please sign in to comment.