mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-07 00:51:34 +00:00
Provider credentials field was being selected from ProviderTable even when the table wasn't joined (when byokProvider was undefined). Now the join is conditional - when byokProvider exists, we join and get the credentials; when it doesn't, the join condition is always false so provider remains null. |
||
|---|---|---|
| .. | ||
| asset | ||
| component | ||
| context | ||
| lib | ||
| routes | ||
| style | ||
| app.css | ||
| app.tsx | ||
| config.ts | ||
| entry-client.tsx | ||
| entry-server.tsx | ||
| global.d.ts | ||
| middleware.ts | ||