Skip to content

Commit

Permalink
Update plugins/gitlab-catalog-backend/src/GitlabUserProcessor.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Hammer <[email protected]>
  • Loading branch information
bbckr and zhammer authored Mar 20, 2024
1 parent 7e09db2 commit 4e0ea1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/gitlab-catalog-backend/src/GitlabUserProcessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ export class GitlabUserProcessor implements CatalogProcessor {
];
}

// @ts-ignore: intended to reference as such by the library
constructor(gitlab: Gitlab, logger: Logger) {
constructor(gitlab: InstanceType<typeof Gitlab>, logger: Logger) {
this.gitlab = gitlab;
this.logger = logger;
this.userLookup = new Map();
Expand Down

0 comments on commit 4e0ea1a

Please sign in to comment.