This commit is contained in:
Rory& 2025-09-20 20:49:41 +02:00
parent 7664f9a888
commit 60bdad4585

View file

@ -3,6 +3,8 @@ export class CallStats {
* @param {CallStats} stats
*/
constructor(stats) {
for (const [ key, value ] of Object.entries(stats))
this[key] = value;
}
totalCallsThisMonth;