Skip to content

Commit b1280d0

Browse files
committed
fix: gridstore warning
1 parent 2fbcb14 commit b1280d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)