Skip to content

Commit

Permalink
Better JQ header name
Browse files Browse the repository at this point in the history
  • Loading branch information
gergas3 committed Oct 27, 2023
1 parent 7f1971c commit 45da253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Request } from "express";
import core from "express-serve-static-core";
import { IncomingHttpHeaders } from "node:http";

export const JQ_HEADER = "braekhus-jq-response-transform";
export const JQ_HEADER = "braekhus-response-jq-transform";

export type IncomingRequest = Request<
core.ParamsDictionary,
Expand Down

0 comments on commit 45da253

Please sign in to comment.