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

remove useless lines

parent a57afe31
No related branches found
No related tags found
No related merge requests found
Pipeline #33690 failed
...@@ -8,7 +8,6 @@ import path from 'path'; ...@@ -8,7 +8,6 @@ import path from 'path';
import TextStyle from "../../../types/TextStyle"; import TextStyle from "../../../types/TextStyle";
import GitlabManager from "../../../managers/GitlabManager"; import GitlabManager from "../../../managers/GitlabManager";
import User from "../../../sharedByClients/models/User"; import User from "../../../sharedByClients/models/User";
import test from "node:test";
type CommandOptions = { id : string, nameFile : string, full : boolean, test : boolean} type CommandOptions = { id : string, nameFile : string, full : boolean, test : boolean}
...@@ -24,7 +23,7 @@ class UserCreateResumeCommand extends CommanderCommand { ...@@ -24,7 +23,7 @@ class UserCreateResumeCommand extends CommanderCommand {
.option('--test', 'test command') .option('--test', 'test command')
.action(this.commandAction.bind(this)); .action(this.commandAction.bind(this));
} }
// protected async commandAction(options: { name: string }): Promise<void> {
protected async commandAction(options : CommandOptions): Promise<void> { protected async commandAction(options : CommandOptions): Promise<void> {
// check privileges // check privileges
console.log(chalk.cyan('Please wait while we are exporting the resume...')); console.log(chalk.cyan('Please wait while we are exporting the resume...'));
......
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment