Skip to content

Commit

Permalink
Merge pull request #997 from gobitfly/BEDS-838/Wrong_dashboard_subscr…
Browse files Browse the repository at this point in the history
…iption_count

Get the data from the correct database
  • Loading branch information
peterbitfly authored Oct 21, 2024
2 parents 1d7dd99 + a4284b1 commit bd63e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pkg/api/data_access/notifications.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
})

Expand Down

0 comments on commit bd63e58

Please sign in to comment.