updated reset of the stats usage worker to reset metrics

This commit is contained in:
ArnabChatterjee20k
2026-02-06 12:25:59 +05:30
parent 532ec364d2
commit bf84144201
+7
View File
@@ -86,4 +86,11 @@ class StatsUsage extends Event
}),
];
}
public function reset(): Event
{
$this->metrics = [];
parent::reset();
return $this;
}
}