Skip to content

Commit

Permalink
debug webhook post data
Browse files Browse the repository at this point in the history
  • Loading branch information
ewansheldon committed Jun 25, 2024
1 parent e8b6811 commit 9b6914a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/liquidation.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ const scheduleLiquidation = async _ => {
const network = getNetwork('arbitrum');
console.log(`/${process.env.WEBHOOK_TOKEN}/`)


// checks for undercollateralised vaults and liquidates
schedule.scheduleJob('6,36 * * * *', async _ => {
console.log('running liquidations')
Expand Down

0 comments on commit 9b6914a

Please sign in to comment.