🐛 fix: correct payload for bulk video insert API
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 37s

This commit is contained in:
2026-02-05 22:22:05 +07:00
parent 81cc1057b4
commit 90bf31a209

View File

@ -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,