From ccfa2797c06fbc2d50df7da5c97af516b29fe8dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hakk=C4=B1=20Dizdar?= Date: Fri, 7 May 2021 16:10:14 +0300 Subject: [PATCH] bug fix --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 8b45fb6..47c9221 100644 --- a/index.js +++ b/index.js @@ -40,7 +40,7 @@ app.post( errorMessage: "Yanlış versiyon seçildi!", }, }), - (_, res) => { + (req, res) => { docker.listImages(function (_, images) { res.send( images.filter((i) => i.RepoTags[0].startsWith(req.body.image)) -- 2.18.1