Skip to content

Commit f89267a

Browse files
committed
minor
1 parent 33a0b65 commit f89267a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/cmd/esim.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ module.exports = class eSimCommands extends CLICommandBase {
6666
console.log(`${os.EOL}Provisioning device ${device.deviceId} with platform ${platform}`);
6767

6868
// Flash firmware and retrieve EID
69-
// await this._flashATPassThroughFirmware(device, platform, port);
69+
await this._flashATPassThroughFirmware(device, platform, port);
7070
const eid = await this._getEid(port);
7171
console.log(`${os.EOL}EID: ${eid}`);
7272

73-
// await this._checkForExistingProfiles(port);
73+
await this._checkForExistingProfiles(port);
7474

7575
// Get profiles for this EID from the input JSON
7676
const profiles = this._getProfiles(eid);

0 commit comments

Comments
 (0)