julkascript / cardflow

The open-source Trading Card Game market
MIT License
10 stars 4 forks source link

Fixing bug in the Rating and Feedback retrieving method #90

Closed milensski closed 2 months ago

milensski commented 2 months ago

As mentioned in #89 , the bug for retrieving the correct feedback and rating should now be fixed with this PR

The issue was that the zip method was returning wrongly matched data as @RyotaMitaraiWeb mentioned.

I have refactored this approach.

Hope its solved now.