Skip to content

Commit

Permalink
Remove eslint-disable-next-line
Browse files Browse the repository at this point in the history
  • Loading branch information
Redm4x committed Mar 19, 2024
1 parent 4f25615 commit 580d1ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/services/external/templateReposService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ type TemplateSource = {
logoUrl?: string;
};

// eslint-disable-next-line @typescript-eslint/no-explicit-any
async function getTemplatesFromRepo(
octokit: Octokit,
repoOwner: string,
Expand Down

0 comments on commit 580d1ed

Please sign in to comment.