mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:40:44 +00:00
fix: satisfy traceparent header lint
This commit is contained in:
@@ -218,7 +218,7 @@ function withDiagnosticTraceparentHeader(
|
||||
}
|
||||
headers[TRACEPARENT_HEADER_NAME] = traceparent;
|
||||
return {
|
||||
...(options ?? {}),
|
||||
...options,
|
||||
headers,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user