feat: add push notification filtering settings #7002
Annotations
4 errors
test/unit/services/notifications/push-notification-filtering.spec.ts#L15
Argument of type '{ pushNotificationSettings: { pushNotificationsEnabled: boolean; disabledPushNotificationTypes: never[]; }; pushNotificationType: NotificationCategory; }' is not assignable to parameter of type '{ notificationChannel: "push"; notificationSettings: NotificationSettings; notificationCategory: NotificationCategory; }'.
|
test/unit/services/notifications/push-notification-filtering.spec.ts#L32
Argument of type '{ pushNotificationSettings: { pushNotificationsEnabled: boolean; disabledPushNotificationTypes: never[]; }; pushNotificationType: NotificationCategory; }' is not assignable to parameter of type '{ notificationChannel: "push"; notificationSettings: NotificationSettings; notificationCategory: NotificationCategory; }'.
|
test/unit/services/notifications/push-notification-filtering.spec.ts#L48
Argument of type '{ pushNotificationSettings: { pushNotificationsEnabled: boolean; disabledPushNotificationTypes: NotificationCategory[]; }; pushNotificationType: NotificationCategory; }' is not assignable to parameter of type '{ notificationChannel: "push"; notificationSettings: NotificationSettings; notificationCategory: NotificationCategory; }'.
|
|
The logs for this run have expired and are no longer available.
Loading