* Optimize codes related to handle GitLab webhook and others.
This commit is contained in:
@@ -146,7 +146,7 @@ class gitModel extends model
|
||||
}
|
||||
|
||||
$version = (int)$lastInDB->commit + 1;
|
||||
$logs = $this->repo->getUnsyncCommits($repo);
|
||||
$logs = $this->repo->getUnsyncedCommits($repo);
|
||||
$objects = array();
|
||||
if(!empty($logs))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user