From 6f3b3eb29730533d09147fad602907ff45ac9698 Mon Sep 17 00:00:00 2001 From: Allan Nava Date: Tue, 11 Jun 2024 10:24:54 +0200 Subject: [PATCH] solve body --- lib/compressjs/tangram.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compressjs/tangram.ts b/lib/compressjs/tangram.ts index 13ac453..6ee2a8d 100644 --- a/lib/compressjs/tangram.ts +++ b/lib/compressjs/tangram.ts @@ -194,7 +194,7 @@ export class TangramClient { // need to finish the add thumb return await fetch(TNGRM_BASE_URL + ADD_VIDEO_THUMB, { method: "POST", - data: fd, + body: fd, /*headers: { "Content-Type": "application/json", },*/