diff --git a/server/api/api/v2/media/index.ts b/server/api/api/v2/media/index.ts index 6cc7ccda..0f8c9026 100644 --- a/server/api/api/v2/media/index.ts +++ b/server/api/api/v2/media/index.ts @@ -94,7 +94,7 @@ export default async (req: Request): Promise => { }, }); - // Add job to process videos and other media + // TODO: Add job to process videos and other media return jsonResponse({ ...attachmentToAPI(newAttachment),