1
0
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:
2022-03-09 15:16:54 +09:00
parent 4c256c7c3b
commit 8092ba0903
20 changed files with 70 additions and 69 deletions

View File

@@ -21,7 +21,7 @@ export function trackEvent({
if (isProduction) {
try {
umami && umami.trackEvent(value, type);
} catch (err) {}
} catch (err: any) {}
}
}