Skip to content

Commit

Permalink
ui: fix userRevokeSession
Browse files Browse the repository at this point in the history
Signed-off-by: mornyx <[email protected]>
  • Loading branch information
mornyx committed Nov 8, 2024
1 parent cea31b0 commit afb197c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ class DataSource implements IUserProfileDataSource {
userShareSession(request: CodeShareRequest, options?: ReqConfig) {
return client.getInstance().userShareSession({ request }, options)
}

userRevokeSession(options?: ReqConfig) {
return client.getInstance().userRevokeSession(options)
}

metricsGetPromAddress(options?: ReqConfig) {
return client.getInstance().metricsGetPromAddress(options)
}
Expand Down

0 comments on commit afb197c

Please sign in to comment.