Skip to content

Commit

Permalink
Sonar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkopriva committed Sep 30, 2024
1 parent 697c41a commit 2aa8860
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apis/backstage/developer-hub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ export class DeveloperHubClient extends Utils {
console.error('Error fetching component ID:', error);
return null;
}
return null;
}

public async registerLocation(repositoryName: string): Promise<boolean> {
Expand Down

0 comments on commit 2aa8860

Please sign in to comment.