mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Handle casing edge cases (#3268)
This commit is contained in:
parent
9e3fbe3f51
commit
02f789faca
@ -70,7 +70,7 @@ export class IssueLinks<C extends boolean = false> extends BaseResource<C> {
|
||||
endpoint`projects/${projectId}/issues/${issueIId}/links`,
|
||||
{
|
||||
targetProjectId,
|
||||
targetIssueIId,
|
||||
targetIssueIid: targetIssueIId,
|
||||
...options,
|
||||
},
|
||||
);
|
||||
|
||||
@ -53,7 +53,7 @@ export class LinkedEpics<C extends boolean = false> extends BaseResource<C> {
|
||||
{
|
||||
searchParams: {
|
||||
targetGroupId,
|
||||
targetEpicIId,
|
||||
targetEpicIid: targetEpicIId,
|
||||
},
|
||||
...options,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user