Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Nov 15, 2023
1 parent 13d192d commit 710b12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware/node/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export async function middleware(
accept: "application/json",
});
response.end(
'{"error":"Unsupported \\"Content-Type\\" header value. Must be \\"application/json\\""}'
'{"error":"Unsupported \\"Content-Type\\" header value. Must be \\"application/json\\""}',
);
return true;
}
Expand Down

0 comments on commit 710b12c

Please sign in to comment.