refactor(core): remove unused insert state (#45738)

This commit is contained in:
Kit Langton 2026-08-28 17:59:07 -04:00 committed by GitHub
parent 51d53f45c1
commit 1da25727b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,