Skip to content

Commit

Permalink
chore: lowercase header
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 committed Feb 19, 2024
1 parent a5dade8 commit 07736e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/headers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export function extractDownloadHeaders(options?: DownloadRedundancyOptions): Rec
const headers: Record<string, string> = {}

if (options?.redundancyStrategy) {
headers['swarm-Redundancy-strategy'] = String(options.redundancyStrategy)
headers['swarm-redundancy-strategy'] = String(options.redundancyStrategy)
}

if (options?.fallback === false) {
Expand Down

0 comments on commit 07736e5

Please sign in to comment.