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

Commit

Permalink
Respond empty object
Browse files Browse the repository at this point in the history
  • Loading branch information
Koozza authored Feb 24, 2021
1 parent 72e4581 commit 6e020af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HttpApi/Controllers/TriggerEventController.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ public function __invoke(Request $request)
StatisticsLogger::apiMessage($request->appId);
}

return $request->json()->all();
return (object) [];
}
}

0 comments on commit 6e020af

Please sign in to comment.