mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 18:08:11 +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