Skip to content

Commit 9c73713

Browse files
committed
fix: rename variable
1 parent af0176b commit 9c73713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/fasset-bots-cli/src/run/run-agent.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ program.action(async () => {
107107
// start activity update
108108
startActivityTimestampUpdater(botConfig.orm.em, activityUpdateInterval);
109109
// start healthcheck monitor
110-
const agent = new AgentNotifier(owner.address, runner.notifierTransports);
111-
startHealthcheckMonitor(botConfig, agent, healthcheckMonitorInterval);
110+
const notifier = new AgentNotifier(owner.address, runner.notifierTransports);
111+
startHealthcheckMonitor(botConfig, notifier, healthcheckMonitorInterval);
112112
// run
113113
try {
114114
console.log("Agent bot started, press CTRL+C to end");

0 commit comments

Comments
 (0)