keycloak/keycloak-nodejs-admin-client

Set return type of pushRevocation to GlobalRequestResult

jenny-s51 opened this issue · 0 comments

Describe the bug
A clear and concise description of what the bug is.
The return type of pushRevocation is cast to GlobalRequestResult though it should be set explicitly in the admin client:

See https://github.com/keycloak/keycloak-admin-ui/pull/896#discussion_r684391190

and

https://github.com/keycloak/keycloak-admin-ui/blob/bc1e83e63aab07a31d5f06fa7904703609ccd651/src/clients/AdvancedTab.tsx#L113-L114