chore: format

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-05-03 10:25:59 +02:00
parent 706508ff79
commit 3a3796b9f1
@@ -32,10 +32,7 @@ export default async (org: string) => {
type: 'list',
name: 'appType',
message: chalk.blue('What will the app be used for [required]'),
choices: [
'Read and Write (needed by Software Templates)',
'Read only',
],
choices: ['Read and Write (needed by Software Templates)', 'Read only'],
},
]);
const readWrite = answers.appType !== 'Read only';