Commit f65cba7a authored by 智勇's avatar 智勇

fix

parent 1dca0342
......@@ -102,7 +102,7 @@ const webhooks = async function (ctx) {
}
const gitUser = req.user_username
const commitMes = req.commits[req.commits - 1].messagesuccess
const commitMes = req.commits[req.commits - 1].message
// const project = await ProConfig.getOneProject({ project_name: projectName })
// if (project.sonar) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment