Keep exported header normalization helper as supported API

Co-authored-by: Eric Allam <eric@trigger.dev>
This commit is contained in:
Cursor Agent
2026-02-15 00:55:07 +00:00
parent dc01fab1c1
commit add5ed304b
-3
View File
@@ -502,9 +502,6 @@ function normalizeHeaders(
/**
* Converts supported header input shapes into a normalized plain object.
*
* @deprecated This helper is primarily exposed for advanced integrations and tests.
* Most users should rely on `TriggerChatTransport` internals to normalize request headers.
*/
export function normalizeTriggerChatHeaders(
headers: TriggerChatHeadersInput | undefined