Webpack build for branch master: 55141b408b

This commit is contained in:
Travis CI 2017-03-30 10:03:01 +00:00
parent 3c4f007019
commit a542f05158
2 changed files with 3 additions and 3 deletions

View file

@ -10931,7 +10931,7 @@ class MessageReaction {
this.users.set(user.id, user);
}
this.count = this.users.size;
return users;
return this.users;
});
}
}

File diff suppressed because one or more lines are too long