This commit is contained in:
syuilo 2019-03-30 18:05:10 +09:00
parent bf40e8961d
commit 9826ce936c
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -125,7 +125,7 @@ export default class extends Module {
this.games.update(game); this.games.update(game);
return { return {
reaction: 'love' reaction: 'like'
}; };
} }