diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-10-22 00:56:51 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-10-22 00:56:51 +0300 |
| commit | c619cda228b116b3c7be43e2654f7297896f9199 (patch) | |
| tree | 23ddddf968d44f841aabc55f47a9e3f6802edb22 /frontend/src/types/Content.tsx | |
| parent | backend: no need for partner_id for record submission (diff) | |
| download | lphub-c619cda228b116b3c7be43e2654f7297896f9199.tar.gz lphub-c619cda228b116b3c7be43e2654f7297896f9199.tar.bz2 lphub-c619cda228b116b3c7be43e2654f7297896f9199.zip | |
frontend: try smth
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 | }; |