mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Remove unnecessary authorization injection from StatsResources class
This commit is contained in:
parent
c2ea1b5877
commit
1bfd413040
1 changed files with 0 additions and 1 deletions
|
|
@ -44,7 +44,6 @@ class StatsResources extends Action
|
|||
->inject('dbForPlatform')
|
||||
->inject('logError')
|
||||
->inject('queueForStatsResources')
|
||||
->inject('authorization')
|
||||
->callback($this->action(...));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue