* Finish task#110989

This commit is contained in:
zenggang
2024-01-12 06:48:19 +00:00
parent d7be12f30a
commit 7c7d657cad
6 changed files with 27 additions and 25 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ class gitlabTest
if($projectID) $repo->project = $projectID;
$result = $this->gitlab->addPushWebhook($repo, $token);
if(is_array($result)) $result = true;
if(is_array($result)) $result = false;
return $result;
}