diff options
Diffstat (limited to 'frontend/src/types/Content.tsx')
| -rw-r--r-- | frontend/src/types/Content.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/types/Content.tsx b/frontend/src/types/Content.tsx index e6e0cb1..42a6917 100644 --- a/frontend/src/types/Content.tsx +++ b/frontend/src/types/Content.tsx | |||
| @@ -21,5 +21,4 @@ export interface UploadRunContent { | |||
| 21 | map_id: number; | 21 | map_id: number; |
| 22 | host_demo: File | null; | 22 | host_demo: File | null; |
| 23 | partner_demo: File | null; | 23 | partner_demo: File | null; |
| 24 | partner_id?: string; | ||
| 25 | }; | 24 | }; |