mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
linting
This commit is contained in:
parent
270a73689d
commit
ef2f8da826
@ -64,9 +64,10 @@ export async function validateCommunities(): Promise<void> {
|
||||
})
|
||||
}
|
||||
|
||||
function isLogError(err: any) {
|
||||
function isLogError(err: unknown) {
|
||||
return err instanceof LogError
|
||||
}
|
||||
|
||||
async function invokeVersionedRequestGetPublicKey(dbCom: DbCommunity): Promise<string | undefined> {
|
||||
switch (dbCom.apiVersion) {
|
||||
case ApiVersionType.V1_0:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user