From 956b2677d759b9b497e4b2d4281aa6983df08565 Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Sat, 10 Oct 2020 15:40:22 +0800 Subject: [PATCH] init --- routes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/index.js b/routes/index.js index 13ec7bf..6a1341d 100644 --- a/routes/index.js +++ b/routes/index.js @@ -54,7 +54,7 @@ router.post('/deploy', function(req, res, next) { try { startDeploy[name] = { - startTime: moment(updated_at), + startTime: moment(), description: description }