Skip to content
Snippets Groups Projects
Commit b95ac2d6 authored by kelly.nguyen's avatar kelly.nguyen
Browse files

Update UserCreateResumeCommand.ts

parent e3e14141
Branches
No related tags found
No related merge requests found
Pipeline #33703 failed
...@@ -106,7 +106,6 @@ class UserCreateResumeCommand extends CommanderCommand { ...@@ -106,7 +106,6 @@ class UserCreateResumeCommand extends CommanderCommand {
try { try {
const response = await DojoBackendManager.createZip(options.id); const response = await DojoBackendManager.createZip(options.id);
// const filePath = path.join(options.pathFile);
const filePath = path.join(__dirname, options.nameFile); const filePath = path.join(__dirname, options.nameFile);
const writer = fs.createWriteStream(filePath); const writer = fs.createWriteStream(filePath);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment