Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
keeramis committed Nov 19, 2024
1 parent 7183401 commit 91c8d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmd/esim.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = class eSimCommands extends CLICommandBase {
const eid = await this._getEid(port);
console.log(`${os.EOL}EID: ${eid}`);

await this._checkForExistingProfiles(port);
// await this._checkForExistingProfiles(port);

// Parse the JSON to get EID and profiles
const input = fs.readFileSync(this.inputJson);
Expand Down Expand Up @@ -98,7 +98,7 @@ module.exports = class eSimCommands extends CLICommandBase {
output: output
};

await fs.writeJson(outputJson, outputLogs);
await fs.writeJson(outputJson, outputData);
}
}

Expand Down

0 comments on commit 91c8d20

Please sign in to comment.