Skip to content

Commit

Permalink
log webhook token
Browse files Browse the repository at this point in the history
  • Loading branch information
ewansheldon committed Jun 25, 2024
1 parent 5c86121 commit 5a4ad4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/liquidation.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ const scheduleLiquidation = async _ => {
console.log(`liquidations complete ${end - start}s`)
});

console.log('hello');
console.log(process.env.WEBHOOK_TOKEN);

// posts liquidation info to discord
schedule.scheduleJob('40 * * * *', async _ => {
console.log('logging liquidation info');
Expand Down

0 comments on commit 5a4ad4a

Please sign in to comment.