Skip to content

Commit

Permalink
fix: Updated delete file source header
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedylandev committed Sep 24, 2024
1 parent d5423a0 commit b5d1cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/files/delete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const deleteFile = async (
} else {
headers = {
Authorization: `Bearer ${config.pinataJwt}`,
Source: "sdk/unpin",
Source: "sdk/deleteFile",
};
}

Expand Down

0 comments on commit b5d1cda

Please sign in to comment.