Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienTaillon committed Jun 4, 2019
1 parent f5bc282 commit 6ff845f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/texei/user/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default class Update extends SfdxCommand {
let result = '';
try {

const { stdout, stderr } = await exec(updateUserCommand);
const { stdout } = await exec(updateUserCommand);
result = stdout;

// Remove line breaks from string
Expand Down

0 comments on commit 6ff845f

Please sign in to comment.