-
- Downloads
Fix strong_memoize usages in mirror services
Contributes to #454341 **Problem** This bug was spotted during the review. We used a `strong_memoize` method without taking a method paramaters in the account. Luckly, this method was called only once and didn't cause any problems. **Solution** Use `strong_memoize_with` that supports method parameters.
parent
dd8b9d80
No related branches found
No related tags found
Please register or sign in to comment