Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Update delete-issue.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev committed Jul 1, 2023
1 parent ccde57e commit 3084b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buttons/sentry/delete-issue.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
headers: {
Authorization: `Bearer ${process.env.sentry_bearer}`
}
}).then(res => res.json())
})
} catch(err) {
client.logButtonError(err, interaction, Discord);
return;
Expand Down

0 comments on commit 3084b24

Please sign in to comment.