only POST new/changed data to the API when saving (#2)
This commit is contained in:
@@ -15,7 +15,7 @@ class GiteaRepoData extends GiteaData{
|
||||
}
|
||||
|
||||
public function save(){
|
||||
return $this->repo->request($this->url,'PATCH',$this->data);
|
||||
return $this->repo->request($this->url,'PATCH',$this->newData);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user