Skip to content
Snippets Groups Projects
Unverified Commit 02447648 authored by Diego Sampaio's avatar Diego Sampaio Committed by GitHub
Browse files

[FIX] MongoError during startup saying "ns not found" (#24015)

parent aa0ccdec
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,6 @@ Meteor.startup(function () { ...@@ -34,6 +34,6 @@ Meteor.startup(function () {
Imports.invalidateAllOperations(); Imports.invalidateAllOperations();
// Clean up all the raw import data // Clean up all the raw import data
runDrop(() => RawImports.model.rawCollection().drop()); runDrop(() => RawImports.model.rawCollection().remove({}));
} }
}); });
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment