diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-28 03:15:08 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-28 03:15:08 +0900 |
| commit | 569eb3753db04c2ceca8d005b3e1cef15cfe8eb7 (patch) | |
| tree | 9cb80bf9642e1e7d6146551d81fd57988bb240df /frontend/app/.server/api/schema.d.ts | |
| parent | f106dfda762b499af52a741f682c34abb83d27d9 (diff) | |
| download | iosdc-japan-2024-albatross-569eb3753db04c2ceca8d005b3e1cef15cfe8eb7.tar.gz iosdc-japan-2024-albatross-569eb3753db04c2ceca8d005b3e1cef15cfe8eb7.tar.zst iosdc-japan-2024-albatross-569eb3753db04c2ceca8d005b3e1cef15cfe8eb7.zip | |
rename user's display_username to display_name
Diffstat (limited to 'frontend/app/.server/api/schema.d.ts')
| -rw-r--r-- | frontend/app/.server/api/schema.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/.server/api/schema.d.ts b/frontend/app/.server/api/schema.d.ts index 815731e..5219ac8 100644 --- a/frontend/app/.server/api/schema.d.ts +++ b/frontend/app/.server/api/schema.d.ts @@ -74,7 +74,7 @@ export interface components { /** @example john */ username: string; /** @example John Doe */ - display_username: string; + display_name: string; /** @example /images/john.jpg */ icon_path?: string | null; /** @example false */ |
