mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-18 01:58:43 +00:00
fix: ExtractTablesWithRelations type parameter
This commit is contained in:
@@ -14,7 +14,7 @@ export namespace Database {
|
||||
PlanetscaleQueryResultHKT,
|
||||
PlanetScalePreparedQueryHKT,
|
||||
Record<string, never>,
|
||||
ExtractTablesWithRelations<Record<string, never>, Record<string, never>>
|
||||
ExtractTablesWithRelations<Record<string, never>>
|
||||
>
|
||||
|
||||
const client = memo(() => {
|
||||
|
||||
Reference in New Issue
Block a user