Browse Source

refactor: type correction

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/7946/head
Pranav C 3 months ago
parent
commit
74b351483b
  1. 2
      packages/nocodb/src/db/BaseModelSqlv2.ts

2
packages/nocodb/src/db/BaseModelSqlv2.ts

@ -3582,7 +3582,7 @@ class BaseModelSqlv2 {
);
}
} else {
const returningObj: Record<string, any> = {};
const returningObj: Record<string, string> = {};
if (!raw) {
for (const col of this.model.primaryKeys) {

Loading…
Cancel
Save