minor cleanup
This commit is contained in:
@@ -196,10 +196,9 @@ function dateStr() {
|
||||
}
|
||||
|
||||
function stripPhone(phone) {
|
||||
return (phone+'').replace(/\D/g, '');
|
||||
return (phone + '').replace(/\D/g, '');
|
||||
}
|
||||
|
||||
|
||||
// Start server
|
||||
var port = process.env.PORT || 9090;
|
||||
app.listen(port, function() {
|
||||
|
Reference in New Issue
Block a user