Skip to content

Commit 76f40a0

Browse files
committed
chore: fix lint
1 parent 9abafc8 commit 76f40a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/commands/omnistudio/migration/migrate.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,9 @@ export default class Migrate extends OmniStudioBaseCommand {
281281
return { objectsToProcess, projectPath, targetApexNamespace, deploymentConfig };
282282
}
283283

284-
private async getAutoDeployConsent(includeLwc: boolean): Promise<{ autoDeploy: boolean; authKey: string | undefined }> {
284+
private async getAutoDeployConsent(
285+
includeLwc: boolean
286+
): Promise<{ autoDeploy: boolean; authKey: string | undefined }> {
285287
const askWithTimeOut = PromptUtil.askWithTimeOut(messages);
286288
let validResponse = false;
287289
let consent = false;

0 commit comments

Comments
 (0)