Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHabenicht committed Apr 19, 2021
1 parent c05bdeb commit 5a67774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion covquestions-js/src/questionnaireEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ export class QuestionnaireEngine {
function convertToDateString(
timestamp?: LogicExpression,
dateFormat?: LogicExpression
): string {
): string | null {
if (!timestamp || !dateFormat) {
return null;
}
Expand Down

0 comments on commit 5a67774

Please sign in to comment.