fix: miscellaneous small fixes (#18328)

This commit is contained in:
Dax
2026-03-19 22:20:29 -04:00
committed by GitHub
parent b3d0446d13
commit 1071aca91f
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ import { STATUS_CODES } from "http"
import { Storage } from "@/storage/storage"
import { ProviderError } from "@/provider/error"
import { iife } from "@/util/iife"
import { type SystemError } from "bun"
import type { SystemError } from "bun"
import type { Provider } from "@/provider/provider"
import { ModelID, ProviderID } from "@/provider/schema"