mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
updating audits workers var scope
This commit is contained in:
parent
76dc8c29d5
commit
ce054e7088
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class Audits extends Action
|
|||
|
||||
private int $lastTriggeredTime = 0;
|
||||
|
||||
protected array $logs = [];
|
||||
private array $logs = [];
|
||||
|
||||
protected function getBatchSize(): int
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue