Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit f7cdfc2

Browse files
authored
Misspelling correction (#87)
1 parent e7f540d commit f7cdfc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/lib/alimonitor-services/AbstractServiceSynchronizer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ class AbstractServiceSynchronizer {
262262
}
263263

264264
isConnected() {
265-
return this.dbClient._connected;
265+
return this.dbclient?._connected;
266266
}
267267

268268
async restart() {

0 commit comments

Comments
 (0)