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

Commit

Permalink
feat: remove invalid info
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev committed Jul 1, 2023
1 parent 0ecaa38 commit b872002
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sentry-api/endpoints/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module.exports = async (req, res) => {

res.status(200).json({
"id": data.id,
"project": data.project,
"channel": data.channel,
"registered": data.registered,
"user": data.user
Expand Down

0 comments on commit b872002

Please sign in to comment.