Showing
1 changed file
with
1 additions
and
1 deletions
@@ -479,7 +479,7 @@ const isFavoriteBrand = (uid, brandId) => { | @@ -479,7 +479,7 @@ const isFavoriteBrand = (uid, brandId) => { | ||
479 | return serviceApi.get(isFavoriteBrandUrl, { | 479 | return serviceApi.get(isFavoriteBrandUrl, { |
480 | uid: uid, | 480 | uid: uid, |
481 | brandId: brandId | 481 | brandId: brandId |
482 | - }, config.apiCache); | 482 | + }); |
483 | }; | 483 | }; |
484 | 484 | ||
485 | /** | 485 | /** |
-
Please register or login to post a comment