lint
This commit is contained in:
parent
9196ae8edb
commit
398a82f1a7
|
@ -60,7 +60,7 @@ export function createAuthStore() {
|
||||||
created_at: user.createdAt || Date.now(),
|
created_at: user.createdAt || Date.now(),
|
||||||
name: user.name,
|
name: user.name,
|
||||||
user_id: user._id,
|
user_id: user._id,
|
||||||
tenant: user.tenantId
|
tenant: user.tenantId,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue