mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:50:43 +00:00
fix: remove duplicate diagnostic category export
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -1383,7 +1383,7 @@ jobs:
|
||||
runner: blacksmith-4vcpu-ubuntu-2404
|
||||
- check_name: check-lint
|
||||
task: lint
|
||||
runner: blacksmith-16vcpu-ubuntu-2404
|
||||
runner: blacksmith-8vcpu-ubuntu-2404
|
||||
- check_name: check-policy-guards
|
||||
task: policy-guards
|
||||
runner: ubuntu-24.04
|
||||
|
||||
@@ -11,8 +11,6 @@ import {
|
||||
type DiagnosticTraceContext,
|
||||
} from "../../../infra/diagnostic-trace-context.js";
|
||||
|
||||
export { diagnosticErrorCategory };
|
||||
|
||||
type ModelCallDiagnosticContext = {
|
||||
runId: string;
|
||||
sessionKey?: string;
|
||||
|
||||
Reference in New Issue
Block a user