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 7ab6bbe commit 5f56c34Copy full SHA for 5f56c34
packages/config/src/config/hearthClient.ts
@@ -42,5 +42,3 @@ export const start = async (): Promise<MongoClient> => {
42
export const stop = async (): Promise<void> => {
43
await client.close()
44
}
45
-
46
-export default client
0 commit comments