Skip to content

Commit

Permalink
Minor type update
Browse files Browse the repository at this point in the history
  • Loading branch information
VickyStash committed Dec 30, 2024
1 parent 8f52497 commit 3a7151d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8592,7 +8592,7 @@ function hasInvoiceReports() {
return reports.some((report) => isInvoiceReport(report));
}

function getReportMetadata(reportID?: string) {
function getReportMetadata(reportID: string | undefined) {
return reportID ? allReportMetadataKeyValue[reportID] : undefined;
}

Expand Down

0 comments on commit 3a7151d

Please sign in to comment.