Skip to content

Commit 19e0bdc

Browse files
committed
fix: correct formatting in save function to ensure proper data handling
1 parent a371968 commit 19e0bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ async function save(element, action) {
11161116
data[i].method = "object.update";
11171117
if (upsert) data[i].upsert = true;
11181118
}
1119-
}
1119+
}
11201120
}
11211121

11221122
if (data[i].isUpsert) {

0 commit comments

Comments
 (0)