Skip to content

Fix Weight Taken

James Young requested to merge fix-weight-taken into master

The default MongoClient was used, because the empty constructor was called instead of using the instance variable which connects to MongoDb's Docker container. Refactored a bit to prevent issues like this in the future hopefully.

Merge request reports