1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

missing break

This commit is contained in:
Damodar Lohani 2021-09-06 15:24:36 +05:45
parent 1a21c8fdbb
commit 9f93ceec13

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;