mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
replaced eslint:recommended with prettier
This commit is contained in:
+3
-3
@@ -16,12 +16,12 @@ async function changeOrgName() {
|
||||
try {
|
||||
let settings = await SettingsService.retrieve();
|
||||
|
||||
let {organizationName} = await inquirer.prompt([
|
||||
let { organizationName } = await inquirer.prompt([
|
||||
{
|
||||
name: 'organizationName',
|
||||
message: 'Organization Name',
|
||||
default: settings.organizationName
|
||||
}
|
||||
default: settings.organizationName,
|
||||
},
|
||||
]);
|
||||
|
||||
if (settings.organizationName !== organizationName) {
|
||||
|
||||
Reference in New Issue
Block a user