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 4cf633a commit 79e2ca7Copy full SHA for 79e2ca7
packages/data-service/src/data-service.ts
@@ -1157,7 +1157,7 @@ class DataServiceImpl extends WithLogContext implements DataService {
1157
// When trying to fetch collectionStats for a collection whose db
1158
// does not exist or the collection itself does not exist, the
1159
// server throws an error. This happens because we show collections
1160
- // to the user from their privileges.
+ // to the user from their privileges.
1161
message.includes(`Database [${databaseName}] not found`),
1162
message.includes(
1163
`Collection [${databaseName}.${collectionName}] not found`
0 commit comments