diff options
| author | Kit Langton <[email protected]> | 2026-04-15 21:33:54 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-15 21:33:54 -0400 |
| commit | f7d4665e4091c88c2fde0f9db70d6333f83b86fd (patch) | |
| tree | 6ba0c28c195c73bfe93e2db478592a5de1d39733 /infra | |
| parent | bbdbc107ae1f935f9694fc36b79c833643ee87a4 (diff) | |
| download | opencode-f7d4665e4091c88c2fde0f9db70d6333f83b86fd.tar.gz opencode-f7d4665e4091c88c2fde0f9db70d6333f83b86fd.zip | |
fix: resolve oxlint warnings — suppress false positives, remove unused imports (#22687)
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/enterprise.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/enterprise.ts b/infra/enterprise.ts index 22b4c6f44..38f0c3c8f 100644 --- a/infra/enterprise.ts +++ b/infra/enterprise.ts @@ -1,5 +1,5 @@ import { SECRET } from "./secret" -import { domain, shortDomain } from "./stage" +import { shortDomain } from "./stage" const storage = new sst.cloudflare.Bucket("EnterpriseStorage") |
