Skip to content

Commit

Permalink
Revert change to visitCaretPath
Browse files Browse the repository at this point in the history
  • Loading branch information
mint-thompson committed Aug 2, 2023
1 parent dc137a5 commit 1b55608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/import/FSHImporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ export class FSHImporter extends FSHVisitor {
}

visitCaretPath(ctx: pc.CaretPathContext): string {
return ctx.CARET_SEQUENCE()?.getText();
return ctx.CARET_SEQUENCE().getText();
}

visitCardRule(ctx: pc.CardRuleContext): (CardRule | FlagRule)[] {
Expand Down

0 comments on commit 1b55608

Please sign in to comment.