missing break

This commit is contained in:
Damodar Lohani
2021-09-06 15:24:36 +05:45
parent 1a21c8fdbb
commit 9f93ceec13
+1 -1
View File
@@ -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;