Ooops, missed brace

This commit is contained in:
Seth Call 2025-03-25 07:14:10 -05:00 committed by Nuwan
parent 685a566c85
commit e9d2ed7617
1 changed files with 1 additions and 0 deletions

View File

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