mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
missing break
This commit is contained in:
@@ -81,7 +81,7 @@ class DeletesV1 extends Worker
|
||||
|
||||
case DELETE_TYPE_USAGE_STATS:
|
||||
$this->deleteUsageStats($this->args['timestamp1d'], $this->args['timestamp30m']);
|
||||
|
||||
break;
|
||||
default:
|
||||
Console::error('No delete operation for type: '.$type);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user