Merge branch 'hotfix/consult' into 'gray'
hotfix See merge request !231
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -38,7 +38,7 @@ module.exports = class extends global.yoho.BaseModel { | @@ -38,7 +38,7 @@ module.exports = class extends global.yoho.BaseModel { | ||
38 | like: parseInt(value.like, 10), | 38 | like: parseInt(value.like, 10), |
39 | isUseful: value.is_useful === 'Y', | 39 | isUseful: value.is_useful === 'Y', |
40 | useful: parseInt(value.useful, 10), | 40 | useful: parseInt(value.useful, 10), |
41 | - totakl: value.total | 41 | + total: value.total |
42 | }; | 42 | }; |
43 | }); | 43 | }); |
44 | 44 |
-
Please register or login to post a comment