Skip to content

Commit

Permalink
e2e test failures fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Amulya Kashyap committed Nov 12, 2024
1 parent 9c33917 commit 65124f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/audit-logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ async function sendAuditLogs (accessToken, logEvent, env = 'prod') {
* @returns {object} logEvent
*/
function getAuditLogEvent (flags, project, event) {

let logEvent, logStrMsg
if (project && project.org && project.workspace) {
if (event === 'AB_APP_DEPLOY') {
Expand Down

0 comments on commit 65124f3

Please sign in to comment.