mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
fix: correctly build request url
This commit is contained in:
@@ -310,7 +310,7 @@ export class Api {
|
|||||||
|
|
||||||
// request issues only for specific group, if group ID is set
|
// request issues only for specific group, if group ID is set
|
||||||
if (typeof options.groupId === 'number') {
|
if (typeof options.groupId === 'number') {
|
||||||
requestUrl = `groups/${options.groupId}/requestUrl`;
|
requestUrl = `groups/${options.groupId}/${requestUrl}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (typeof options.milestone === 'string') {
|
if (typeof options.milestone === 'string') {
|
||||||
|
|||||||
Reference in New Issue
Block a user