1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-26 07:54:53 +02:00

Add missing semicolon

This commit is contained in:
syuilo
2018-04-01 21:17:46 +09:00
parent 8e6e70ef8a
commit e285f6feda

View File

@@ -19,4 +19,4 @@ export default (actor, value) => {
return null;
}
})));
}
};