chore: run pnpm lint:fix

This commit is contained in:
Reda Al Sulais 2023-08-28 12:14:49 +03:00
parent 5469a7eb71
commit 795baedbb1

View File

@ -20,7 +20,7 @@ export class PieValueConverter extends DefaultValueConverter {
if (value === undefined) {
return super.runConverter(rule, input, cstNode);
}
}
return value;
}