We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb56efb commit bed1249Copy full SHA for bed1249
src/cli/initialize.js
@@ -40,7 +40,7 @@ const initializeQuestions = [
40
name: 'year',
41
message: festiveStyle('What year of advent of code are you doing?'),
42
prefix: festiveEmoji(),
43
- choices: getConfigValue('aoc.validation.years')?.reverse(),
+ choices: [...getConfigValue('aoc.validation.years')].reverse(),
44
loop: false,
45
},
46
authTokenQuestion,
0 commit comments