Skip to content

Commit e820faa

Browse files
committed
nits
1 parent a86a649 commit e820faa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Adapters/Storage/Postgres/PostgresStorageAdapter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,6 +1278,7 @@ export class PostgresStorageAdapter implements StorageAdapter {
12781278
object = handleDotFields(object);
12791279

12801280
validateKeys(object);
1281+
12811282
Object.keys(object).forEach(fieldName => {
12821283
if (object[fieldName] === null) {
12831284
return;

0 commit comments

Comments
 (0)