Skip to content

Commit

Permalink
feat: update mso
Browse files Browse the repository at this point in the history
  • Loading branch information
soridalac committed Dec 13, 2024
1 parent b81a7c8 commit 4ce6254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/org/create/sandbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export default class CreateSandbox extends SandboxCommandBase<SandboxCommandResp
interval: this.flags['poll-interval'],
async: this.flags.async,
});
console.log('Sandbox Process Object', sandboxProcessObject);
// console.log('Sandbox Process Object', sandboxProcessObject);

mso.updateData({status: sandboxProcessObject.Status, id: sandboxProcessObject.Id});

Expand Down

0 comments on commit 4ce6254

Please sign in to comment.