Skip to content

Commit

Permalink
missed a line
Browse files Browse the repository at this point in the history
  • Loading branch information
makrsmark committed Feb 16, 2024
1 parent dd63040 commit 92a51c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/Label_H1_M1BPOS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class Label_H1_M1BPOS extends DecoderPlugin { // eslint-disable-line came
decodeResult.formatted.items.push({
type: 'route',
label: 'Route',
value: `${route.join(' > ')}`,
value: RouteUtils.routeToString(decodeResult.raw.route),
});

decodeResult.decoded = true;
Expand Down

0 comments on commit 92a51c1

Please sign in to comment.