Skip to content

Commit 12c6a87

Browse files
committed
Fixing the update command - yay only 3 errors now
1 parent 6191e6c commit 12c6a87

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/picoded/dstack/mongodb/MongoDB_DataObjectMap.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ public void DataObjectRemoteDataMap_update(String _oid, Map<String, Object> full
203203

204204
// Handle values update
205205
set_doc.append(key, value);
206+
continue;
206207
}
207208

208209
// OK - this is not in the update dataset

0 commit comments

Comments
 (0)