🚨 chore: lint

This commit is contained in:
Khaled FERJANI
2025-10-02 18:23:21 +02:00
parent 48d167dc3f
commit 6cf9731595
2 changed files with 2 additions and 2 deletions
@@ -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: {