Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Mar 13, 2024
1 parent 2c1f131 commit 0fb4bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/routes/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default async function router(schema, config) {
config.pool,
req.params.run,
req.body.jobs,
req.body.close,
req.body.close
));
} catch (err) {
return Err.respond(err, res);
Expand Down

0 comments on commit 0fb4bd0

Please sign in to comment.