mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
Broken request call
This commit is contained in:
parent
f4a6a718d2
commit
ce2c022fbd
@ -19,7 +19,7 @@ class Projects extends BaseService {
|
||||
|
||||
return RequestHelper.put(this, `projects/${pId}`, options);
|
||||
}
|
||||
|
||||
|
||||
events(projectId, options) {
|
||||
validateEventOptions(options.action, options.targetType);
|
||||
|
||||
@ -37,7 +37,7 @@ class Projects extends BaseService {
|
||||
forks(projectId, options) {
|
||||
const pId = encodeURIComponent(projectId);
|
||||
|
||||
return this.get(`projects/${pId}/forks`, options);
|
||||
return RequestHelper.get(this, `projects/${pId}/forks`, options);
|
||||
}
|
||||
|
||||
remove(projectId) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user