mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
small fix
This commit is contained in:
parent
a8af6fde8d
commit
b398338876
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class UsageHook extends Usage
|
|||
}
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
console::error("[logger] " . " {DateTime::now()} " . " {$data->getInternalId()} " . " {$e->getMessage()}");
|
||||
console::error("[logger] " . " {DateTime::now()} " . " {$data['project']->getInternalId()} " . " {$e->getMessage()}");
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue