Skip to content

Commit

Permalink
Update src/server/dispatcher.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcelhaney authored Feb 12, 2025
1 parent d03900d commit b8fd5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/dispatcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export class Dispatcher {

for (const mediaType of preferredMediaTypes) {
const contentItem = content.find((item) =>
this.isMediaType(item.type, mediaType)
this.isMediaType(item.type, mediaType),
);

if (contentItem) {
Expand Down

0 comments on commit b8fd5dd

Please sign in to comment.