From bb9947bfd3f3c3dc9e05d7310964ea8bbb9eb9e4 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Sun, 4 Feb 2024 04:15:16 +1300 Subject: [PATCH] Remove invalid injection --- app/controllers/api/account.php | 1 - 1 file changed, 1 deletion(-) 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')