Skip to content

Commit 6ffb29b

Browse files
committed
avoid void operator:
1 parent fc45d29 commit 6ffb29b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ function addMatomoStatistics() {
8181
if (document.readyState === 'complete' && !hasTransferState) {
8282
void main();
8383
} else {
84-
document.addEventListener('DOMContentLoaded', () => void main());
84+
document.addEventListener('DOMContentLoaded', () => main());
8585
}

0 commit comments

Comments
 (0)