Skip to content

Commit 2bbae89

Browse files
committed
MongoError: fix eslint warning
1 parent 4e17b58 commit 2bbae89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/effect-mongodb/src/MongoError.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type { MongoError as MongoError_ } from "mongodb"
77
export class ClientErrorSource extends Data.TaggedClass("ClientErrorSource")<{
88
module: string
99
functionName: string
10-
hosts: string[]
10+
hosts: Array<string>
1111
}> {}
1212

1313
export class DbErrorSource extends Data.TaggedClass("DbErrorSource")<{

0 commit comments

Comments
 (0)