Skip to content

Commit 635c044

Browse files
committed
chore: lint
1 parent 8fbb73f commit 635c044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/mapLoginMethodParamsForUrl.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const mapLoginMethodParamsForUrl = (
1818
org_code: options.orgCode,
1919
org_name: options.orgName,
2020
has_success_page: options.hasSuccessPage?.toString(),
21-
workflow_deployment_id: options.workflowDeploymentId
21+
workflow_deployment_id: options.workflowDeploymentId,
2222
};
2323

2424
Object.keys(translate).forEach(

0 commit comments

Comments
 (0)