Skip to content

Commit

Permalink
fix callback passing
Browse files Browse the repository at this point in the history
  • Loading branch information
techpixel committed Apr 28, 2024
1 parent 127e6f9 commit 8ec42f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/subroutines/hackhour.ts
Expand Up @@ -531,4 +531,6 @@ minuteInterval.attach(async () => {
}
})

hourInterval.attach(powerHour.hourlyCheck);
hourInterval.attach(async() => {
await powerHour.hourlyCheck();
});

0 comments on commit 8ec42f6

Please sign in to comment.