Remove trailing comma

This commit is contained in:
Aya Morisawa 2018-08-16 05:15:51 +09:00
parent fa95641f88
commit 270c7997c6

View file

@ -2,7 +2,7 @@ const kaos = [
'(=^・・^=)',
'v(\'ω\')v',
'🐡( \'-\' 🐡 )フグパンチ!!!!',
'🖕(´・_・`)🖕',
'🖕(´・_・`)🖕'
];
export default () => kaos[Math.floor(Math.random() * kaos.length)];