Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: send event when deleting all sessions #3014

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
feat: remove var_dump
  • Loading branch information
christyjacob4 committed Mar 28, 2022
commit 9705af5a0ab4b68c28e2fe326b3c08f3032e90ec
2 changes: 0 additions & 2 deletions app/controllers/api/teams.php
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@
->setParam('event', 'teams.memberships.create')
->setParam('resource', 'team/'.$teamId)
;
var_dump($audits);

$response->setStatusCode(Response::STATUS_CODE_CREATED);
$response->dynamic($membership
Expand Down Expand Up @@ -743,7 +742,6 @@
->setParam('event', 'teams.memberships.update.status')
->setParam('resource', 'team/'.$teamId)
;
var_dump($audits);

if (!Config::getParam('domainVerification')) {
$response
Expand Down