You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, was wandering why I didn't seem to be receiving any notifications. Then noticed that the module does not import the notification service, but instead references a non-existent file
import { Notification as NotificationType } from "types/service/notifications";
Not sure if this is a bug, but it certainly does seem particular to me.
The text was updated successfully, but these errors were encountered:
So, was wandering why I didn't seem to be receiving any notifications. Then noticed that the module does not import the notification service, but instead references a non-existent file
import { Notification as NotificationType } from "types/service/notifications";
Not sure if this is a bug, but it certainly does seem particular to me.
The text was updated successfully, but these errors were encountered: