remove eslint-line

This commit is contained in:
clauspeterhuebner 2025-05-15 17:36:20 +02:00
parent c53a337815
commit ecb3383d9f

View File

@ -89,7 +89,6 @@ export async function getCommunityByUuid(communityUuid: string): Promise<DbCommu
export async function getAuthenticatedCommunities(): Promise<DbCommunity[]> {
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',