Skip to content

Commit

Permalink
chore: typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
eteubert committed Mar 13, 2024
1 parent b01b881 commit d59d63d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/sagas/auphonic.sagas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ function getFileSelectionsForMultiTrack(state: State): PreparedFileSelection[] {
const production_uuid = get(state, ['auphonic', 'production', 'uuid'], '')
const tracks = get(state, ['auphonic', 'tracks'], [])

//@ts-ignore
return tracks.reduce((agg, _track, index) => {
//@ts-ignore
agg.push(prepareFile(get(selections, `${production_uuid}_t${index}`)))
Expand Down

0 comments on commit d59d63d

Please sign in to comment.