This commit is contained in:
Claus-Peter Huebner 2024-04-11 00:44:48 +02:00
parent e44da4d6a3
commit 6f71c3a4e4

View File

@ -7,9 +7,9 @@ import axios from 'axios'
import { CONFIG } from '@/config'
import { LogError } from '@/server/LogError'
import { backendLogger as logger } from '@/server/logger'
import { ensureUrlEndsWithSlash } from '@/util/utilities'
import { GmsUser } from './model/GmsUser'
import { ensureUrlEndsWithSlash } from '@/util/utilities'
/*
export async function communityList(): Promise<GmsCommunity[] | string | undefined> {