Skip to content

Commit

Permalink
Merge pull request #50 from PinataCloud/fix/group-delete-headers
Browse files Browse the repository at this point in the history
fix: Removed line of code that was wiping headers after settingthem
  • Loading branch information
stevedylandev authored Oct 25, 2024
2 parents 9cc28f1 + 44497f1 commit a608376
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/groups/deleteGroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export const deleteGroup = async (
"Content-Type": "application/json",
...config.customHeaders,
};
headers = { ...config.customHeaders };
} else {
headers = {
Authorization: `Bearer ${config.pinataJwt}`,
Expand Down

0 comments on commit a608376

Please sign in to comment.