Skip to content

Commit a69ebd4

Browse files
committed
test: lint
1 parent 608f4df commit a69ebd4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

common/view/create.view.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ import { createQuestion } from '#common/utils/question-handler/createQuestion.js
88
import { createQuestionCopy } from '#common/utils/question-handler/createQuestionCopy.js'
99
import { setQuestion } from '#common/utils/store/controller/question.js'
1010

11+
12+
13+
14+
1115
export async function easyCreateView() {
1216
const modeQuestion = [{
1317
type: 'list',
1418
name: 'mode',
1519
message: '请选择创建问题的模式:',
16-
choices: ['today', 'identity', 'random'],
20+
choices: ['today', 'identity', 'random', ],
1721
}]
1822
// 第一个问题 选择的模式
1923
const { mode } = await inquirer.prompt(modeQuestion, null)

0 commit comments

Comments
 (0)