You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
result+=`The user is connected to the MongoDB cluster${searchIndexesSupported ? " with support for search indexes" : ""}.`;
65
+
result+=`The user is connected to the MongoDB cluster${searchIndexesSupported ? " with support for search indexes" : " without any support for search indexes"}.`;
0 commit comments