1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 16:45:54 +02:00

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)];