Skip to content

Commit

Permalink
fix: removed baseUrl from types
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomuso committed Jan 24, 2023
1 parent 3dd02af commit 878ff81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/gitlab/src/api/GitlabCIClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export class GitlabCIClient implements GitlabCIApi {
codeOwnersPath,
}: {
discoveryApi: DiscoveryApi;
baseUrl?: string;
codeOwnersPath?: string;
}) {
return {
Expand Down

0 comments on commit 878ff81

Please sign in to comment.