diff --git a/.env b/.env index 14738d1a3b..804b8c999e 100644 --- a/.env +++ b/.env @@ -46,8 +46,8 @@ _APP_SMTP_SECURE= _APP_SMTP_USERNAME= _APP_SMTP_PASSWORD= _APP_HAMSTER_INTERVAL=86400 -_APP_HAMSTER_TIME=12:31 -_APP_MIXPANEL_TOKEN=bce512333a58ec62f44541328607f53c +_APP_HAMSTER_TIME=21:00 +_APP_MIXPANEL_TOKEN= _APP_SMS_PROVIDER=sms://username:password@mock _APP_SMS_FROM=+123456789 _APP_STORAGE_LIMIT=30000000 diff --git a/src/Appwrite/Platform/Tasks/Hamster.php b/src/Appwrite/Platform/Tasks/Hamster.php index cc89321704..d33e26c980 100644 --- a/src/Appwrite/Platform/Tasks/Hamster.php +++ b/src/Appwrite/Platform/Tasks/Hamster.php @@ -3,7 +3,6 @@ namespace Appwrite\Platform\Tasks; use Exception; -use finfo; use Utopia\App; use Utopia\Platform\Action; use Utopia\Cache\Cache;