Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
PreethiMaai committed Oct 24, 2024
1 parent 7aa7438 commit ff0f89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/Utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function pushReportToS3(report) {
}
});
});
} else{
} else {
process.env.MACADDRESS = CONSTANTS.DEFAULT_MAC;
}
} else {
Expand Down

0 comments on commit ff0f89b

Please sign in to comment.