mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
Fix ProjectIssueBoards api url
This commit is contained in:
parent
e59373dc9b
commit
5f376fc91e
@ -2,7 +2,7 @@ import { ResourceIssueBoards } from '../templates';
|
||||
|
||||
class ProjectIssueBoards extends ResourceIssueBoards {
|
||||
constructor(options) {
|
||||
super('products', options);
|
||||
super('projects', options);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user