diff --git a/backend/pkg/api/data_access/notifications.go b/backend/pkg/api/data_access/notifications.go index 30eaeafeb..2bf6d619f 100644 --- a/backend/pkg/api/data_access/notifications.go +++ b/backend/pkg/api/data_access/notifications.go @@ -245,7 +245,7 @@ func (d *DataAccessService) GetNotificationOverview(ctx context.Context, userId return err } - err = d.alloyReader.GetContext(ctx, &response, querySql, args...) + err = d.userReader.GetContext(ctx, &response, querySql, args...) return err })