fix(token): fix bugs

This commit is contained in:
defclass
2020-11-17 14:52:04 +08:00
parent b5d49c8ac6
commit 93e46eca9b
2 changed files with 2 additions and 2 deletions

View File

@@ -402,7 +402,7 @@
(pull repo-url token {:force-pull? true})
:else ; offline
nil))))))))))
nil)))))))))))
(p/catch (fn [error]
(println "Git push error: ")
(git-handler/set-git-status! repo-url :push-failed)