Skip to content

Commit 5f56c34

Browse files
committed
chore: remove unused export
1 parent 7ab6bbe commit 5f56c34

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/config/src/config/hearthClient.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,3 @@ export const start = async (): Promise<MongoClient> => {
4242
export const stop = async (): Promise<void> => {
4343
await client.close()
4444
}
45-
46-
export default client

0 commit comments

Comments
 (0)