diff --git a/route/result/download.js b/route/result/download.js index b3dd524..0ada2c8 100644 --- a/route/result/download.js +++ b/route/result/download.js @@ -52,7 +52,7 @@ function route (app) { JSON.stringify(msg.code), JSON.stringify(msg.message), JSON.stringify(msg.type) - ].join(', ')); + ].join(',')); }); res.attachment(getDownloadFileName(task, result, 'csv')); res.send(rows.join('\n'));