We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a654c commit f979a9fCopy full SHA for f979a9f
server/controllers/initController.js
@@ -45,7 +45,6 @@ initController.gitURL = (req, res, next) => {
45
const parameter = [req.body.githubUrl]
46
db.query2(`SELECT github_url FROM containers where name = $1`, parameter)
47
.then((data) => {
48
- if (!data.rows[0]) return next();
49
res.locals.url = data;
50
return next();
51
})
0 commit comments