Skip to content

Commit

Permalink
more consistent codes
Browse files Browse the repository at this point in the history
  • Loading branch information
makrsmark committed Oct 29, 2024
1 parent aa6cc61 commit 4bc2360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/utils/result_formatter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ export class ResultFormatter {
decodeResult.raw.day_of_month = day;
decodeResult.formatted.items.push({
type: 'day_of_month',
code: 'MSG_DOM',
code: 'MSG_DAY',
label: 'Day of Month',
value: `${day}`,
});
Expand All @@ -335,7 +335,7 @@ export class ResultFormatter {
decodeResult.raw.departure_day_of_month = day;
decodeResult.formatted.items.push({
type: 'day_of_month',
code: 'DEP_DOM',
code: 'DEP_DAY',
label: 'Departure Day',
value: `${day}`,
});
Expand Down

0 comments on commit 4bc2360

Please sign in to comment.