Skip to content

Commit

Permalink
chore: run pnpm lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yokozuna59 committed Aug 28, 2023
1 parent 5469a7e commit 795baed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/parser/src/language/pie/pieValueConverter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class PieValueConverter extends DefaultValueConverter {

if (value === undefined) {
return super.runConverter(rule, input, cstNode);
}
}
return value;
}

Expand Down

0 comments on commit 795baed

Please sign in to comment.