1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-14 01:10:05 +00:00

style: lint

This commit is contained in:
Mihajlo Medjedovic
2021-10-18 12:07:42 +00:00
parent 125cf35722
commit 6efb2d0b51
3 changed files with 5 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ router.post(
if (req.files && req.files.length > 0) {
filesNamesMap = makeFilesNamesMap(req.files)
}
await new ExecutionController()
.execute(
sasCodePath,