From 44497f1343f7cdd2095e353973cd1cbe561a1801 Mon Sep 17 00:00:00 2001 From: Steve Date: Fri, 25 Oct 2024 16:11:34 -0400 Subject: [PATCH] fix: Removed line of code that was wiping headers after settingthem --- src/core/groups/deleteGroup.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/groups/deleteGroup.ts b/src/core/groups/deleteGroup.ts index 99dc180..832a0ca 100644 --- a/src/core/groups/deleteGroup.ts +++ b/src/core/groups/deleteGroup.ts @@ -54,7 +54,6 @@ export const deleteGroup = async ( "Content-Type": "application/json", ...config.customHeaders, }; - headers = { ...config.customHeaders }; } else { headers = { Authorization: `Bearer ${config.pinataJwt}`,