Skip to content

Commit

Permalink
Merge pull request #53 from lowdefy/fix-mdb-versioned-update
Browse files Browse the repository at this point in the history
fix: Fix MongoDBVersionedUpdateOne request was not included in connec…
  • Loading branch information
SamTolmay authored Nov 21, 2024
2 parents b0a31ce + 39cb4ea commit ce1853d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/mean-bats-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lowdefy/community-plugin-mongodb': patch
---

Fix MongoDBVersionedUpdateOne request was not included in connection.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import MongoDBInsertManyConsecutiveIds from './MongoDBInsertManyConsecutiveIds/M
import MongoDBInsertOne from './MongoDBInsertOne/MongoDBInsertOne.js';
import MongoDBUpdateMany from './MongoDBUpdateMany/MongoDBUpdateMany.js';
import MongoDBUpdateOne from './MongoDBUpdateOne/MongoDBUpdateOne.js';
import MongoDBVersionedUpdateOne from './MongoDBVersionedUpdateOne/MongoDBVersionedUpdateOne.js';
import schema from './schema.js';

const { requests } = MongoDBCollection;
Expand All @@ -40,5 +41,6 @@ export default {
MongoDBInsertOne,
MongoDBUpdateMany,
MongoDBUpdateOne,
MongoDBVersionedUpdateOne,
},
};

0 comments on commit ce1853d

Please sign in to comment.