🚨 chore: lint
This commit is contained in:
@@ -67,7 +67,7 @@ const migrateUsersCommand: yargs.CommandModule<unknown, unknown> = {
|
||||
email: user.email_canonical,
|
||||
name: `${user.first_name} ${user.last_name}`,
|
||||
locale: user.preferences?.locale || "fr",
|
||||
phone
|
||||
phone,
|
||||
};
|
||||
|
||||
if (!dryRun) {
|
||||
|
||||
@@ -55,7 +55,7 @@ export async function createCozyInstance(user: {
|
||||
public_name: user.name,
|
||||
locale: user.locale,
|
||||
oidc: user.id,
|
||||
phone: user.phone
|
||||
phone: user.phone,
|
||||
},
|
||||
{
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user