fix format

This commit is contained in:
Michael Czechowski
2024-10-18 11:01:55 +02:00
parent 64e1b0dd55
commit 3ae320c288

View File

@@ -113,4 +113,4 @@ head
const getVisitDuration = () => {
return Math.floor((Date.now() - window.visitDuration) / 1000);
};
};