Skip to content

Commit af2ae81

Browse files
committed
add comment
1 parent 07d30d1 commit af2ae81

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/libs/ReportUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6005,6 +6005,7 @@ function getReportPreviewMessage(
60056005
* in {@link getReportPreviewMessage}.
60066006
*/
60076007
function getReportPreviewReportActionMessage(
6008+
// TODO: Remove the `Omit` and make `policy` required once all callers pass it, issue https://github.com/Expensify/App/issues/66415
60086009
params: Omit<GetReportPreviewMessageBaseParams, 'policy'> & {policy?: OnyxInputOrEntry<Policy>},
60096010
getCurrencyDecimals: CurrencyListActionsContextType['getCurrencyDecimals'],
60106011
): string {

0 commit comments

Comments
 (0)