We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19c02d commit 5507412Copy full SHA for 5507412
server/server.js
@@ -135,7 +135,7 @@ function handleRequest(request, response) {
135
"Content-Type": "application/json",
136
"Content-Disposition": 'attachment; filename="' + boardName + '.wbo"'
137
};
138
- if (parts.length > 2 && !isNaN( Date.parse( parts[2] ) ) ) {
+ if (parts.length > 2 && !isNaN(Date.parse(parts[2]))) {
139
history_file += '.' + parts[2] + '.bak';
140
}
141
log("Downloading " + history_file);
0 commit comments