Skip to content

Commit

Permalink
added lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Amulya Kashyap committed Nov 21, 2024
1 parent 3f34f84 commit 9a61a57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/app/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class Deploy extends BuildCommand {
// only send logs in case of web-assets deployment
await sendAuditLogs(cliDetails.accessToken, assetDeployedLogEvent, cliDetails.env)
} catch (error) {
this.log(chalk.red(chalk.bold('Error: Audit Log Service Error: Failed to send audit log event for deployment.')))
this.warn('Error: Audit Log Service Error: Failed to send audit log event for deployment.')
}
}
}
Expand Down
1 change: 0 additions & 1 deletion src/commands/app/undeploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class Undeploy extends BaseCommand {
libConsoleCLI = await this.getLibConsoleCLI()
}


if (
(!flags.unpublish && !flags['web-assets'] && !flags.actions)
) {
Expand Down

0 comments on commit 9a61a57

Please sign in to comment.