Fix issue with operator in skin tone logic

nolan/hinaloe-test
Christian Savard 2016-12-12 21:33:06 -05:00
parent 1482050298
commit 0db181e301
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ function sanitize(emoji) {
name,
colons,
emoticons,
skin: skin_tone || skin_variations ? 1 : null,
skin: skin_tone || (skin_variations ? 1 : null),
native: unifiedToNative(unified),
}
}