Ooops, missed brace

This commit is contained in:
Seth Call 2025-03-25 07:14:10 -05:00
parent cc664889f8
commit f5b090a20b
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ export const logPageView = (path) => {
}
catch(error) {
console.log("Error logging page view", error);
}
}
else {
ignoredFirstPageView = true;