From b95ac2d65e671a1c08aa9efc1ce3b59b4cdb8084 Mon Sep 17 00:00:00 2001
From: "kelly.nguyen" <kelly.nguyen@etu.hesge.ch>
Date: Tue, 20 Aug 2024 21:00:42 +0200
Subject: [PATCH] Update UserCreateResumeCommand.ts

---
 .../src/commander/user/subcommands/UserCreateResumeCommand.ts    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/NodeApp/src/commander/user/subcommands/UserCreateResumeCommand.ts b/NodeApp/src/commander/user/subcommands/UserCreateResumeCommand.ts
index 928d170..7312ef5 100644
--- a/NodeApp/src/commander/user/subcommands/UserCreateResumeCommand.ts
+++ b/NodeApp/src/commander/user/subcommands/UserCreateResumeCommand.ts
@@ -106,7 +106,6 @@ class UserCreateResumeCommand extends CommanderCommand {
         try {
             const response = await DojoBackendManager.createZip(options.id);
             
-            // const filePath = path.join(options.pathFile);
             const filePath = path.join(__dirname, options.nameFile);
             const writer = fs.createWriteStream(filePath);
             
-- 
GitLab