Update packages/parser/src/language/pie/pieValueConverter.ts

Co-authored-by: Sidharth Vinod <sidharthv96@gmail.com>
This commit is contained in:
Reda Al Sulais
2023-08-28 12:11:12 +03:00
committed by GitHub
parent dff404a8c9
commit 23fc7c2c96

View File

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