[mirotalk] - fix merge conflicts

This commit is contained in:
Miroslav Pejic
2021-01-23 22:30:36 +01:00
+2 -1
View File
@@ -1098,4 +1098,5 @@ function formatDate(date) {
const h = "0" + date.getHours();
const m = "0" + date.getMinutes();
return `${h.slice(-2)}:${m.slice(-2)}`;
}
}