Skip to content

Commit

Permalink
chore: apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Potsides <[email protected]>
  • Loading branch information
SgtPooki and achingbrain authored Apr 8, 2024
1 parent dd2e4fc commit 23bdb26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/verified-fetch/src/utils/is-accept-explicit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { FORMAT_TO_MIME_TYPE } from './select-output-type.js'
import type { ParsedUrlStringResults } from './parse-url-string.js'

export interface IsAcceptExplicitOptions {

query?: ParsedUrlStringResults['query']
headers: Headers
}
Expand Down

0 comments on commit 23bdb26

Please sign in to comment.