mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-28 21:25:32 +00:00
remove eslint-line
This commit is contained in:
parent
c53a337815
commit
ecb3383d9f
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user