summary refs log tree commit diff
path: root/src/schemas/api/developers/ApplicationCreateSchema.ts
diff options
context:
space:
mode:
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; }