From 8195116fb227bffd46278e0cf0575fa44385f4a2 Mon Sep 17 00:00:00 2001 From: William Grant Date: Fri, 20 Oct 2023 16:21:21 +1100 Subject: [PATCH] chore: confirmed duration functions work --- ts/types/attachments/VisualAttachment.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/ts/types/attachments/VisualAttachment.ts b/ts/types/attachments/VisualAttachment.ts index 49d2be223..4fd8c7d51 100644 --- a/ts/types/attachments/VisualAttachment.ts +++ b/ts/types/attachments/VisualAttachment.ts @@ -108,7 +108,6 @@ export const makeVideoScreenshot = async ({ }); }); -// TODO need to confirm this works export async function getVideoDuration({ objectUrl, contentType, @@ -139,7 +138,6 @@ export async function getVideoDuration({ }); } -// TODO need to confirm this works export async function getAudioDuration({ objectUrl, contentType,