Closed Neylix closed 1 year ago
Hey, apologies for the extremely late reply, I will try to take a look at the PR in the next few days and hopefully release it.
Alright, looks good to me. Thank you ! Going to hopefully release the fix later today :)
Fixes #135
Hello ! Here is a fix for the blitz.gg plugin. There is a bug when there is no page fetched for a game mode and a role (i.e. Ahri jungle in ranked mode). It creates an
undefined
key => value in therunePages
object which lead to this error :The fix is to return a
null
value when no page is fetched and add only nonnull
value in therunePages
object