From 42bef699fa8b93e6b593cf197ed170262e81a10c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Fri, 20 Mar 2026 11:39:03 +0100 Subject: [PATCH] Update plugins/catalog-backend-module-github/src/providers/GithubEntityProvider.test.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Fredrik Adelöw --- .../src/providers/GithubEntityProvider.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-backend-module-github/src/providers/GithubEntityProvider.test.ts b/plugins/catalog-backend-module-github/src/providers/GithubEntityProvider.test.ts index 21fb13f02b..57d933d165 100644 --- a/plugins/catalog-backend-module-github/src/providers/GithubEntityProvider.test.ts +++ b/plugins/catalog-backend-module-github/src/providers/GithubEntityProvider.test.ts @@ -36,7 +36,7 @@ import { RepositoryRenamedEvent, } from '@octokit/webhooks-types'; -type PartialDeep = T extends (...args: any[]) => any +type PartialDeep = T extends (...args: unknown[]) => unknown ? T : T extends Array ? Array>