Skip to content

Commit

Permalink
Fix call to syncConnection
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwenmemon committed Feb 10, 2025
1 parent e047d02 commit 3ea2b1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function QuickBooksDesktopSetupFlowSyncPage({route}: QuickBooksDesktopSetupFlowS

const isSyncInProgress = isConnectionInProgress(connectionSyncProgress, policy);
if (!isSyncInProgress) {
syncConnection(policyID, CONST.POLICY.CONNECTIONS.NAME.QBD, true);
syncConnection(policy, CONST.POLICY.CONNECTIONS.NAME.QBD, true);
}

Navigation.navigate(ROUTES.WORKSPACE_ACCOUNTING.getRoute(policyID));
Expand Down

0 comments on commit 3ea2b1d

Please sign in to comment.