|
|
@ -40,7 +40,7 @@ export const API = createAPIClient({ |
|
|
// Don't notify if the URL contains the word analytics as it may be
|
|
|
// Don't notify if the URL contains the word analytics as it may be
|
|
|
// blocked by browser extensions
|
|
|
// blocked by browser extensions
|
|
|
// todo: this can be removed now?
|
|
|
// todo: this can be removed now?
|
|
|
if (!url?.includes("analytics")) { |
|
|
if (!url?.includes("bbtel")) { |
|
|
notificationStore.actions.error(message) |
|
|
notificationStore.actions.error(message) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|