mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix linter
This commit is contained in:
@@ -123,7 +123,7 @@ trait ProjectCustom
|
||||
'webhookId' => $webhook['body']['$id'],
|
||||
'signatureKey' => $webhook['body']['signatureKey'],
|
||||
];
|
||||
if($fresh) {
|
||||
if ($fresh) {
|
||||
return $project;
|
||||
}
|
||||
self::$project = $project;
|
||||
|
||||
Reference in New Issue
Block a user