Skip to content

Commit

Permalink
bring back outcommented code
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Dec 25, 2023
1 parent 5fb2cc5 commit 1a1225d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ export class HomematicRpc extends utils.Adapter {
}
} catch (e: any) {
this.log.error(`Init not possible, going to stop: ${e.message}`);
// setTimeout(() => this.stop && this.stop(), 30_000);
this.setTimeout(() => this.stop && this.stop(), 30_000);
}
}

Expand Down

0 comments on commit 1a1225d

Please sign in to comment.