mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Merge pull request #9 from christophlehmann/master
Fix typo in project sharing function
This commit is contained in:
commit
c865ab7a7f
@ -79,7 +79,7 @@ class Projects extends BaseModel {
|
||||
if (!groupId || !groupAccess) throw new Error('Missing required arguments');
|
||||
|
||||
options.group_id = groupId;
|
||||
options.groupAccess = groupAccess;
|
||||
options.group_access = groupAccess;
|
||||
|
||||
return this.post(`projects/${pId}/share`, options);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user