Ooops, missed brace
This commit is contained in:
parent
685a566c85
commit
e9d2ed7617
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue