mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Lint
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
active_at: Date.now()
|
||||
});
|
||||
var error;
|
||||
if (error = c.validateNumber()) {
|
||||
if ((error = c.validateNumber())) {
|
||||
console.log(error);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user