Michał Garapich

Results 3 comments of Michał Garapich

I've the same issue, it appeared with mongoose update: https://github.com/tf2pickup-org/server/pull/1263/checks?check_run_id=3875208722

It's a matter of `mongodb` changing its API, thus `mongodb-snapshot` is not compatible with version 4 and above. [This line](https://github.com/lihaibh/mongodb-snapshot/blob/b12eab514fa4eb556fcb1317bc1e2b632977b9df/src/connectors/mongodb/MongoDBDuplexConnector.ts#L2), for example, imports `FilterQuery` that no longer exists.