mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 03:32:52 +00:00
fix: remove invalid project name element
This commit is contained in:
@@ -283,7 +283,7 @@ export async function getIssuesGroupedByAssignees(api: Api, label: string): Prom
|
||||
$mergeRequestUrl: getMergeRequestUrls(mergeRequests, issue.project_id, issue.iid)[0],
|
||||
$project: issue.web_url
|
||||
.replace('https://gitlab.com/', '')
|
||||
.split('/issues/')[0],
|
||||
.split('/-/issues/')[0],
|
||||
$weeksOpen: moment()
|
||||
.diff(moment(issue.created_at), 'weeks'),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user