Remove invalid injection

This commit is contained in:
Jake Barnby
2024-02-04 04:15:16 +13:00
parent 68931c8672
commit bb9947bfd3
-1
View File
@@ -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')