Skip to content

Commit 9c27548

Browse files
committed
lint
1 parent 28d8024 commit 9c27548

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/libs/ReportSecondaryActionUtils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,8 +568,8 @@ function getSecondaryExportReportActions(
568568
policy?: Policy,
569569
reportActions?: ReportAction[],
570570
integrationsExportTemplates?: IntegrationServerExportTemplate[],
571-
): Array<ValueOf<typeof CONST.REPORT.EXPORT_OPTIONS> | string> {
572-
const options: Array<ValueOf<typeof CONST.REPORT.EXPORT_OPTIONS> | string> = [];
571+
): Array<ValueOf<string>> {
572+
const options: Array<ValueOf<string>> = [];
573573
if (isExportAction(report, policy, reportActions)) {
574574
options.push(CONST.REPORT.EXPORT_OPTIONS.EXPORT_TO_INTEGRATION);
575575
}

0 commit comments

Comments
 (0)