This commit is contained in:
einhorn_b 2023-10-10 19:56:24 +02:00
parent 8ace2e105c
commit 762fba32a8

View File

@ -7,9 +7,9 @@ import { Community } from '@model/Community'
import { FederatedCommunity } from '@model/FederatedCommunity'
import { RIGHTS } from '@/auth/RIGHTS'
import { LogError } from '@/server/LogError'
import { getCommunity } from './util/communities'
import { LogError } from '@/server/LogError'
@Resolver()
export class CommunityResolver {