fix(ci): satisfy provider audit checks

This commit is contained in:
Patrick Wozniak
2026-08-18 11:01:12 +02:00
parent c04f3907b5
commit 864538e146
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ import { MODEL_COSTS, ZERO_MODEL_COST } from "./src/pricing.ts"
import { createCommandCodeRuntime } from "./src/runtime.ts"
function commandCodeHeaders(): Record<string, string> | undefined {
if (process.env.CMD_ZDR === "1" || process.env.COMMANDCODE_ZDR === "1") {
if (process.env.COMMANDCODE_ZDR === "1") {
return { "x-cmd-zdr": "1" }
}
return undefined