Skip to content

Commit

Permalink
fixup! 🚚(frontend) use nested routes for video related resources
Browse files Browse the repository at this point in the history
  • Loading branch information
kernicPanel committed Aug 22, 2023
1 parent 522cf5b commit 232866b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ export const LocalizedTimedTextTrackUpload = ({
modelName.TIMEDTEXTTRACKS,
timedTextTrackId,
event.target.files[0],
modelName.VIDEOS,
video.id,
);
} catch (error) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export const SharedLiveMedia = ({ isLive, isTeacher }: SharedMediaProps) => {
modelName.SHAREDLIVEMEDIAS,
sharedLiveMediaId,
event.target.files[0],
modelName.VIDEOS,
video.id,
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export const WidgetThumbnail = ({ isLive = true }: WidgetThumbnailProps) => {
modelName.THUMBNAILS,
thumbnailId,
event.target.files[0],
modelName.VIDEOS,
video.id,
);
} catch (error) {
Expand Down

0 comments on commit 232866b

Please sign in to comment.