You've already forked AstralRinth
forked from didirus/AstralRinth
Fix analytics on vercel (#976)
This commit is contained in:
@@ -395,7 +395,7 @@ export default {
|
||||
.catch((e) => {
|
||||
console.error(
|
||||
'An error occurred while registering the visit: ',
|
||||
e.response.data
|
||||
e.response ? e.response.data : e
|
||||
)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user