Rename lover -> profile

This commit is contained in:
MartinBraquet
2025-09-17 15:51:19 +02:00
parent 593617c0ff
commit ea18781cc6
86 changed files with 601 additions and 746 deletions

View File

@@ -400,7 +400,7 @@ const { data, error } = await tryCatch(
insert(pg, 'profiles', { user_id: auth.uid, ...body })
)
if (error) throw APIError(500, 'Error creating lover: ' + error.message)
if (error) throw APIError(500, 'Error creating profile: ' + error.message)
await update(pg, 'profiles', 'user_id', { user_id: auth.uid, age: 99 })