aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/types
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-10-22 00:56:51 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-10-22 00:56:51 +0300
commitc619cda228b116b3c7be43e2654f7297896f9199 (patch)
tree23ddddf968d44f841aabc55f47a9e3f6802edb22 /frontend/src/types
parentbackend: no need for partner_id for record submission (diff)
downloadlphub-c619cda228b116b3c7be43e2654f7297896f9199.tar.gz
lphub-c619cda228b116b3c7be43e2654f7297896f9199.tar.bz2
lphub-c619cda228b116b3c7be43e2654f7297896f9199.zip
frontend: try smth
Diffstat (limited to 'frontend/src/types')
-rw-r--r--frontend/src/types/Content.tsx1
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};