Lint
This commit is contained in:
parent
030c5a403f
commit
5be5f985fc
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@
|
||||||
active_at: Date.now()
|
active_at: Date.now()
|
||||||
});
|
});
|
||||||
var error;
|
var error;
|
||||||
if (error = c.validateNumber()) {
|
if ((error = c.validateNumber())) {
|
||||||
console.log(error);
|
console.log(error);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue