mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
change getPublicInfo to getPublicCommunityInfo
This commit is contained in:
parent
8ec3332f7a
commit
ac09e64102
@ -73,9 +73,9 @@ export class FederationClientImpl implements FederationClient {
|
||||
)
|
||||
logger.debug(`Response-Data:`, data, errors, extensions, headers, status)
|
||||
if (data) {
|
||||
logger.debug(`Response-PublicCommunityInfo:`, data.getPublicInfo.publicInfo)
|
||||
logger.debug(`Response-PublicCommunityInfo:`, data.getPublicCommunityInfo)
|
||||
logger.info(`requestGetPublicCommunityInfo processed successfully`)
|
||||
return data.getPublicInfo.publicInfo
|
||||
return data.getPublicCommunityInfo
|
||||
}
|
||||
logger.warn(`requestGetPublicInfo processed without response data`)
|
||||
} catch (err) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user