mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-19 08:02:55 +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
|
||||
if (typeof options.groupId === 'number') {
|
||||
requestUrl = `groups/${options.groupId}/requestUrl`;
|
||||
requestUrl = `groups/${options.groupId}/${requestUrl}`;
|
||||
}
|
||||
|
||||
if (typeof options.milestone === 'string') {
|
||||
|
||||
Reference in New Issue
Block a user