Skip to content

Commit

Permalink
reverted default_mac logic
Browse files Browse the repository at this point in the history
  • Loading branch information
anjalimukundan committed Nov 15, 2024
1 parent 52b8911 commit 4dd7c53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,4 @@ export const CONSTANTS = {
NO_RESULT_OR_ERROR_MESSAGE: 'No result or error in response. eg: {jsonrpc: "2.0", id: x }',
SCHEMA_VALIDATION: 'Schema Validation',
DEFAULT_APP_ID: 'DEFAULT_APP_ID',
DEFAULT_MAC: 'DEFAULT_MAC',
};
3 changes: 0 additions & 3 deletions src/utils/Utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,6 @@ function pushReportToS3(report) {
}
});
});
} else {
process.env.MACADDRESS = CONSTANTS.DEFAULT_MAC;
macAddress = process.env.MACADDRESS;
}
} else {
macAddress = process.env.MACADDRESS;
Expand Down

0 comments on commit 4dd7c53

Please sign in to comment.