fix: regenerated frontend openapi functions
All checks were successful
Build and Deploy Go App / build (push) Successful in 8m44s
Build and Deploy Go App / deploy (push) Successful in 3m24s

This commit is contained in:
nihonium 2025-10-26 02:51:53 +03:00
parent fd1e129a5f
commit feb763509e
Signed by: nihonium
GPG key ID: 0251623741027CFC
3 changed files with 2 additions and 445 deletions

View file

@ -6,7 +6,7 @@ export type User = {
/**
* Unique user ID (primary key)
*/
user_id: number;
id?: number;
/**
* ID of the user avatar (references images table)
*/