Skip to content

Commit

Permalink
Enable heartbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
OxideDall committed Jan 30, 2025
1 parent df13fa4 commit 441fb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const infraMarketHandler = new InfraMarketHandler(
const main = async () => {
await asyncActor.init();
await infraMarketHandler.init();
// heartbeat(config);
heartbeat(config);
};

main();

0 comments on commit 441fb2e

Please sign in to comment.