summary refs log tree commit diff
path: root/src/schemas/api/developers/ApplicationCreateSchema.ts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-17 11:00:51 +0100
committerRory& <root@rory.gay>2025-12-17 11:01:27 +0100
commit491c0de845a886954262e3ddb24959ba37a014b6 (patch)
treec0251f3779a5cd2842320e1278232b48fbea0390 /src/schemas/api/developers/ApplicationCreateSchema.ts
parentPre-commit: use spaces for formatting, regenerate schemas if changed (diff)
downloadserver-ts-491c0de845a886954262e3ddb24959ba37a014b6.tar.xz
lintstagedrc: regenerate schemas/openapi if schemas changed
Diffstat (limited to 'src/schemas/api/developers/ApplicationCreateSchema.ts')
-rw-r--r--src/schemas/api/developers/ApplicationCreateSchema.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/schemas/api/developers/ApplicationCreateSchema.ts b/src/schemas/api/developers/ApplicationCreateSchema.ts

index 80956ec4..37fd02a7 100644 --- a/src/schemas/api/developers/ApplicationCreateSchema.ts +++ b/src/schemas/api/developers/ApplicationCreateSchema.ts
@@ -17,6 +17,6 @@ */ export interface ApplicationCreateSchema { - name: string; - team_id?: string; + name: string; + team_id?: string; }