Skip to content

Commit a48bbe6

Browse files
committed
pass tableName
1 parent 5503312 commit a48bbe6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: packages/drizzle/src/upsertRow/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ export const upsertRow = async <T extends Record<string, unknown> | TypeWithID>(
467467
data: doc,
468468
fields,
469469
joinQuery: false,
470+
tableName,
470471
})
471472

472473
return result

0 commit comments

Comments
 (0)