mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
lint
This commit is contained in:
parent
d636f92261
commit
950ff2f9b6
@ -29,9 +29,7 @@ export class Client_1_0 {
|
||||
logger.info(`requestGetPublicKey with endpoint='${this.endpoint}'...`)
|
||||
try {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
||||
const { data, errors, headers, status } = await this.client.rawRequest(
|
||||
getPublicKey
|
||||
)
|
||||
const { data, errors, headers, status } = await this.client.rawRequest(getPublicKey)
|
||||
logger.debug(`Response-Data:`, data, errors, headers, status)
|
||||
if (data) {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user