We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fbcb14 commit b1280d0Copy full SHA for b1280d0
src/Adapters/Files/GridStoreAdapter.js
@@ -0,0 +1,4 @@
1
+// Note: GridStore was replaced by GridFSBucketAdapter by default in 2018 by @flovilmart
2
+throw new Error(
3
+ 'GrideStoreAdapter: GrideStore is no longer supported by parse server and mongodb, use GridFSBucketAdapter instead.'
4
+);
0 commit comments