Skip to content

Commit 3f5ec00

Browse files
authored
fix(Client): make Client#connected public again
1 parent 2fa8dc1 commit 3f5ec00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export class Client extends EventEmitter {
7979
* @see end
8080
*/
8181

82-
readonly connected: boolean;
82+
public connected: boolean;
8383

8484
constructor(dbUrl: string, options?: ClientOptions) {
8585
super();

0 commit comments

Comments
 (0)