mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Update src/Appwrite/Platform/Workers/Audits.php
Co-authored-by: Damodar Lohani <lohanidamodar@users.noreply.github.com>
This commit is contained in:
parent
5366d90ff2
commit
1358d6c455
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class Audits extends Action
|
||||||
/**
|
/**
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public function action(Message $message, $dbForProject): void
|
public function action(Message $message, Database $dbForProject): void
|
||||||
{
|
{
|
||||||
|
|
||||||
$payload = $message->getPayload() ?? [];
|
$payload = $message->getPayload() ?? [];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue