Lint fixes for recent PRs
This commit is contained in:
parent
7727dc093e
commit
a450cdf528
4 changed files with 20 additions and 17 deletions
|
@ -1085,10 +1085,7 @@ MessageSender.prototype = {
|
|||
|
||||
window.textsecure = window.textsecure || {};
|
||||
|
||||
textsecure.MessageSender = function MessageSenderWrapper(
|
||||
username,
|
||||
password,
|
||||
) {
|
||||
textsecure.MessageSender = function MessageSenderWrapper(username, password) {
|
||||
const sender = new MessageSender(username, password);
|
||||
|
||||
this.sendExpirationTimerUpdateToNumber = sender.sendExpirationTimerUpdateToNumber.bind(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue