Skip to content

Commit

Permalink
Fix the 403 failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten committed Dec 9, 2024
1 parent 1a842ee commit 763a67c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ export class GitlabApiService {
} else {
apiURL = GITLAB_API_BASE_URL + '/';
}
if (onlyApiUrl) return apiURL;

let projectURL = project;

Expand Down

0 comments on commit 763a67c

Please sign in to comment.