Merge pull request #29 from savardc/master

Fix issue with operator in skin tone logic
nolan/hinaloe-test
Etienne Lemay 2017-01-16 16:42:47 -05:00 committed by GitHub
commit 7e2adc60a2
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),
}
}