From ecb3383d9f60da38ec3711c5a9c538621e4c62f1 Mon Sep 17 00:00:00 2001
From: clauspeterhuebner
Date: Thu, 15 May 2025 17:36:20 +0200
Subject: [PATCH] remove eslint-line
---
backend/src/graphql/resolver/util/communities.ts | 1 -
1 file changed, 1 deletion(-)
diff --git a/backend/src/graphql/resolver/util/communities.ts b/backend/src/graphql/resolver/util/communities.ts
index 90087bd10..cf799b69c 100644
--- a/backend/src/graphql/resolver/util/communities.ts
+++ b/backend/src/graphql/resolver/util/communities.ts
@@ -89,7 +89,6 @@ export async function getCommunityByUuid(communityUuid: string): Promise {
const dbCommunities: DbCommunity[] = await DbCommunity.find({
- // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-call
where: { communityUuid: Not(IsNull()) }, //, authenticatedAt: Not(IsNull()) },
order: {
name: 'ASC',