Skip to content

Commit 7b1663b

Browse files
committed
chore
1 parent 92c14d4 commit 7b1663b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/actions/Policy/Policy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3938,7 +3938,7 @@ function createWorkspaceFromIOUPayment(
39383938
conciergeReportID: string | undefined,
39393939
lastWorkspaceNumber: number | undefined,
39403940
localeTranslate: LocalizedTranslate,
3941-
reportActionsList?: OnyxCollection<ReportActions>,
3941+
reportActionsList: OnyxCollection<ReportActions>,
39423942
): WorkspaceFromIOUCreationData | undefined {
39433943
// This flow only works for IOU reports
39443944
if (!iouReport || !ReportUtils.isIOUReportUsingReport(iouReport)) {

0 commit comments

Comments
 (0)