Skip to content

Commit

Permalink
[AMR-99] fix: this.connect is not a function
Browse files Browse the repository at this point in the history
  • Loading branch information
N0chteil committed Nov 17, 2023
1 parent d8f9539 commit 7176e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/managers/watchdog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class WatchDog {
if (WatchDogDetails("status")) {
log.info("[WatchDog]", "WatchDog is installed");

if (await WatchDogDetails("running")) this.connect();
if (await WatchDogDetails("running")) watchDog.connect();
else {
WatchDogState(true);

Expand Down

0 comments on commit 7176e3e

Please sign in to comment.