[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2022-08-09 09:28:12 +02:00
الأصل 51d3572c43
التزام 98a9984ce0

عرض الملف

@@ -87,7 +87,7 @@ module.exports = class Logger {
time = Math.floor((ms / 1000 / 60) % 60);
type = 'm';
}
if (ms >= 600000) {
if (ms >= (3, 6e6)) {
time = Math.floor((ms / 1000 / 60 / 60) % 24);
type = 'h';
}