Hackerone_Private_Hacktivity_Chrome_Extention icon indicating copy to clipboard operation
Hackerone_Private_Hacktivity_Chrome_Extention copied to clipboard

Fix 500 server error

Open tauh33dkhan opened this issue 3 years ago • 0 comments

Hi Yashrs,

I applied a fix for 500 server error by moving the team condition inside the report object. Now user can view there private program disclosed reports by going to https://hackerone.com/hacktivity

Before

where: { report: [Object], team: [Object] }

Now

where: { report: [Object] }

tauh33dkhan avatar Apr 26 '21 20:04 tauh33dkhan