mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-09 23:39:40 +00:00
fix errorss
This commit is contained in:
parent
54b62c3ebf
commit
3be6a7eea7
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
//@ts-ignore
|
||||
import * as ackeeTracker from 'ackee-tracker'
|
||||
const doNotTrack = navigator.doNotTrack == "1" || localStorage.doNotTrack || sessionStorage.doNotTrack || false;
|
||||
const isDev = process.env.NODE_ENV !== "production"
|
||||
|
@ -24,7 +25,7 @@ this.client = ackeeTracker.create(server_url, {
|
|||
this.domainId = id
|
||||
|
||||
}
|
||||
handleWebVitals(d) {
|
||||
handleWebVitals(d: any) {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue