💡 docs: add documentation to createVideoService controller
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 48s

This commit is contained in:
2026-02-02 08:30:34 +07:00
parent 5cb9b475be
commit 9e487297cd
2 changed files with 52 additions and 4 deletions

View File

@ -1,10 +1,10 @@
import { SystemAccountId } from "../../../../config/account/system";
import { ErrorForwarder } from "../../../../helpers/error/instances/forwarder";
import { CreateVideoServiceBodyRequest } from "../../controllers/createVideoService.controller";
import { CreateVideoServiceInternalBodyRequest } from "../../controllers/createVideoService.controller";
import { createVideoServiceInternalRepository } from "../../repositories/createVideoService.repository";
export const createVideoServiceInternalService = async (
body: CreateVideoServiceBodyRequest,
body: CreateVideoServiceInternalBodyRequest,
) => {
try {
return await createVideoServiceInternalRepository({