mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-30 06:02:11 +00:00
refactor(core): remove unused insert state (#45738)
This commit is contained in:
parent
51d53f45c1
commit
1da25727b2
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ export class SQLiteEffectInsertBase<
|
|||
config: SQLiteInsertConfig<TTable>
|
||||
|
||||
constructor(
|
||||
private table: TTable,
|
||||
table: TTable,
|
||||
values: SQLiteInsertConfig["values"],
|
||||
private effectSession: SQLiteEffectSession<TEffectHKT, TRunResult, any>,
|
||||
private effectDialect: SQLiteDialect,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue