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 4e17b58 commit 2bbae89Copy full SHA for 2bbae89
packages/effect-mongodb/src/MongoError.ts
@@ -7,7 +7,7 @@ import type { MongoError as MongoError_ } from "mongodb"
7
export class ClientErrorSource extends Data.TaggedClass("ClientErrorSource")<{
8
module: string
9
functionName: string
10
- hosts: string[]
+ hosts: Array<string>
11
}> {}
12
13
export class DbErrorSource extends Data.TaggedClass("DbErrorSource")<{
0 commit comments