Skip to content

Commit

Permalink
chore: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jul 5, 2024
1 parent b41bce4 commit a2e461b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function createIPXH3Handler(ipx: IPX) {
const acceptHeader = getRequestHeader(event, "accept") || "";
const autoFormat = autoDetectFormat(
acceptHeader,
['a', 'animated'].some(key => key in modifiers),
["a", "animated"].some((key) => key in modifiers),

Check warning on line 69 in src/server.ts

View check run for this annotation

Codecov / codecov/patch

src/server.ts#L69

Added line #L69 was not covered by tests
);
delete modifiers.f;
delete modifiers.format;
Expand Down

0 comments on commit a2e461b

Please sign in to comment.