Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppesciacca committed Apr 25, 2024
1 parent fcf0e75 commit fa1e9ad
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/utils/utils.mts
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,7 @@ export function prepareAdvanced(options: string[]) {
name: "advancedOpts",
message: "Pick the parts you want in your component?",
choices: options,
when: (answers: {
nuxt: string;
api: string;
advanced: boolean;
anotherComponent: boolean;
}) => {
when: (answers: { nuxt: string; api: string; advanced: boolean }) => {
return answers.advanced;
},
default: false,
Expand Down

0 comments on commit fa1e9ad

Please sign in to comment.