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 b1280d0 commit 3a610a4Copy full SHA for 3a610a4
src/Adapters/Files/GridStoreAdapter.js
@@ -1,4 +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.'
+ 'GridStoreAdapter: GridStore is no longer supported by parse server and mongodb, use GridFSBucketAdapter instead.'
4
);
0 commit comments