Unleash eslint on message_receiver.js - lots of change

This commit is contained in:
Scott Nonnenberg 2018-04-10 10:23:09 -07:00
parent 21bf02c94d
commit e69586200a
No known key found for this signature in database
GPG key ID: 5F82280C35134661
4 changed files with 1022 additions and 946 deletions

View file

@ -34,7 +34,7 @@ window.Signal.Migrations = {
transaction.db.createObjectStore('conversations');
next();
},
version: 1
version: 1,
}],
loadAttachmentData: attachment => Promise.resolve(attachment),
};