Skip to content

Commit

Permalink
uh oops
Browse files Browse the repository at this point in the history
  • Loading branch information
lucko committed Jul 19, 2023
1 parent 3cf93d7 commit 2d38ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/donors.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const axios = require('axios');

async function update(client) {
try {
await update(client);
await doUpdate(client);
} catch (e) {
console.error('error while updating donors', e);
}
Expand Down

0 comments on commit 2d38ef1

Please sign in to comment.