all: imp client, add api chlog

This commit is contained in:
Ainar Garipov
2022-08-25 18:58:49 +03:00
parent fa76ad2a3c
commit 986124948a
2 changed files with 10 additions and 1 deletions

View File

@@ -491,7 +491,7 @@ class Api {
const { path, method } = this.BLOCKED_SERVICES_SERVICES;
return this.makeRequest(path, method);
}
getBlockedServices() {
const { path, method } = this.BLOCKED_SERVICES_LIST;
return this.makeRequest(path, method);