Skip to content

Commit

Permalink
Stash
Browse files Browse the repository at this point in the history
  • Loading branch information
hanydd committed Nov 1, 2024
1 parent aae3cfb commit 52514ff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/routes/getVideoLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,10 @@ function transformDBSegments(segments: DBSegment[]): Segment[] {
return segments.map((chosenSegment) => ({
cid: chosenSegment.cid,
category: chosenSegment.category,
actionType: chosenSegment.actionType,
segment: [chosenSegment.startTime, chosenSegment.endTime],
UUID: chosenSegment.UUID,
locked: chosenSegment.locked,
votes: chosenSegment.votes,
videoDuration: chosenSegment.videoDuration,
userID: chosenSegment.userID,
description: chosenSegment.description
}));
}

Expand Down

0 comments on commit 52514ff

Please sign in to comment.