fix: satisfy diagnostic trace lint

This commit is contained in:
Peter Steinberger
2026-04-26 08:57:42 +01:00
parent 606a7dbc75
commit 626313a397

View File

@@ -218,7 +218,7 @@ function withDiagnosticTraceparentHeader(
}
headers[TRACEPARENT_HEADER_NAME] = traceparent;
return {
...(options ?? {}),
...options,
headers,
};
}