diff --git a/app/controllers/api/account.php b/app/controllers/api/account.php index da8b1c9d2e..5e94c22ec1 100644 --- a/app/controllers/api/account.php +++ b/app/controllers/api/account.php @@ -3810,7 +3810,6 @@ App::post('/v1/account/targets/push') ->param('providerId', '', new UID(), 'Provider ID. Message will be sent to this target from the specified provider ID. If no provider ID is set the first setup provider will be used.', true) ->inject('queueForEvents') ->inject('user') - ->inject('session') ->inject('request') ->inject('response') ->inject('dbForProject')