diff --git a/src/Appwrite/Platform/Workers/UsageHook.php b/src/Appwrite/Platform/Workers/UsageHook.php index fca1aa66bc..6844e70162 100644 --- a/src/Appwrite/Platform/Workers/UsageHook.php +++ b/src/Appwrite/Platform/Workers/UsageHook.php @@ -66,6 +66,9 @@ class UsageHook extends Usage $time = 'inf' === $period ? null : date($format, time()); $id = \md5("{$time}_{$period}_{$key}"); + var_dump($key); + var_dump($value); + var_dump('-------------'); try { $dbForProject->createDocument('stats_v2', new Document([ '$id' => $id,