Skip to content

Commit 5507412

Browse files
committed
Reformat server.js
1 parent d19c02d commit 5507412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function handleRequest(request, response) {
135135
"Content-Type": "application/json",
136136
"Content-Disposition": 'attachment; filename="' + boardName + '.wbo"'
137137
};
138-
if (parts.length > 2 && !isNaN( Date.parse( parts[2] ) ) ) {
138+
if (parts.length > 2 && !isNaN(Date.parse(parts[2]))) {
139139
history_file += '.' + parts[2] + '.bak';
140140
}
141141
log("Downloading " + history_file);

0 commit comments

Comments
 (0)