🐛 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) {
|
for (const videoData of episodeData.videos) {
|
||||||
const insertedVideo = await bulkInsertVideoRepository({
|
const insertedVideo = await bulkInsertVideoRepository({
|
||||||
|
pendingUpload: false,
|
||||||
episodeId: episodeId.id,
|
episodeId: episodeId.id,
|
||||||
serviceId: videoData.service_id,
|
serviceId: videoData.service_id,
|
||||||
code: videoData.code,
|
code: videoData.code,
|
||||||
|
|||||||
Reference in New Issue
Block a user