mirror of
https://github.com/uetchy/namae.git
synced 2026-01-15 21:58:02 +09:00
fix: type errors
This commit is contained in:
@@ -21,7 +21,7 @@ export function trackEvent({
|
||||
if (isProduction) {
|
||||
try {
|
||||
umami && umami.trackEvent(value, type);
|
||||
} catch (err) {}
|
||||
} catch (err: any) {}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user