mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Lint fixes for recent PRs
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user