diff --git a/types/index.ts b/types/index.ts index 7b96475..195184c 100644 --- a/types/index.ts +++ b/types/index.ts @@ -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,