api problems

This commit is contained in:
Russell2259
2024-01-23 20:39:10 -07:00
parent 15767d8744
commit af6c105947
+2 -2
View File
@@ -26,8 +26,8 @@ if (analyticsPreferences.get('enabled') !== false) {
}
/**
* @type {{ track: (event: string, props: {}) => {}}} umami
* @property {{ track: (event: string, props: {}) => {}}} umami
*/
const umami = window.umami || {};
var { umami } = window;
export { umami };