Merge pull request #1483 from turt2live/travis/fix-oct14

Remove duplicate declaration that breaks the build
This commit is contained in:
Matthew Hodgson 2017-10-14 23:49:35 +01:00 committed by GitHub
commit 40c682008b

View file

@ -84,10 +84,6 @@ const Notifier = {
msg = '';
}
const avatarUrl = ev.sender ? Avatar.avatarUrlForMember(
ev.sender, 40, 40, 'crop',
) : null;
const avatarUrl = ev.sender ? Avatar.avatarUrlForMember(ev.sender, 40, 40, 'crop') : null;
const notif = plaf.displayNotification(title, msg, avatarUrl, room);