Showing
1 changed file
with
2 additions
and
2 deletions
@@ -266,10 +266,10 @@ const isCollection = (brandId, clientType, uid) => { | @@ -266,10 +266,10 @@ const isCollection = (brandId, clientType, uid) => { | ||
266 | let param = { | 266 | let param = { |
267 | brandId: brandId, | 267 | brandId: brandId, |
268 | client_type: clientType, | 268 | client_type: clientType, |
269 | - private_key: privateKeyList[clientType] | 269 | + private_key: privateKeyList[clientType] |
270 | }; | 270 | }; |
271 | 271 | ||
272 | - if(uid) { | 272 | + if (uid) { |
273 | param.uid = uid; | 273 | param.uid = uid; |
274 | } | 274 | } |
275 | 275 |
-
Please register or login to post a comment