Biome update

This commit is contained in:
Jamie Curnow
2025-09-10 21:38:02 +10:00
parent fb2708d81d
commit d40e290a89
7 changed files with 50 additions and 50 deletions

View File

@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.2.3/schema.json",
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",

View File

@@ -40,7 +40,7 @@ export default function Setup() {
try {
const user = await createUser(payload, true);
if (user && typeof user.id !== "undefined" && user.id) {
if (user?.id) {
try {
await login(user.email, password);
// Trigger a Health change