Skip to content

Commit 85b8924

Browse files
ci: remove unused function
1 parent b4034e4 commit 85b8924

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

backend/src/code-snippet.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,6 @@ export class CodeSnippet {
161161
}
162162
}
163163

164-
private getPromptName(questions: TerminalAdapter.Questions<any>): string {
165-
const firstQuestionName = _.get(questions, "[0].name");
166-
return (firstQuestionName ? _.startCase(firstQuestionName) : `Step ${this.promptCount}`);
167-
}
168-
169164
private onSuccess(snippetName: string) {
170165
const message = `'${snippetName}' snippet has been created.`;
171166
this.logger.debug("done running code-snippet! " + message);

0 commit comments

Comments
 (0)