🐛 fix: correct payload for bulk video insert API
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 37s
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 37s
This commit is contained in:
@ -17,6 +17,7 @@ export const bulkInsertVideoService = async (
|
||||
|
||||
for (const videoData of episodeData.videos) {
|
||||
const insertedVideo = await bulkInsertVideoRepository({
|
||||
pendingUpload: false,
|
||||
episodeId: episodeId.id,
|
||||
serviceId: videoData.service_id,
|
||||
code: videoData.code,
|
||||
|
||||
Reference in New Issue
Block a user