fix: api services
# Conflicts: # packages/core/client/src/api-client/APIClient.ts
This commit is contained in:
parent
80b16d2b43
commit
3bc85dde2a
@ -10,10 +10,6 @@ export class APIClient extends APIClientSDK {
|
||||
return this.services[uid];
|
||||
}
|
||||
|
||||
service(uid: string) {
|
||||
return this.service[uid];
|
||||
}
|
||||
|
||||
interceptors() {
|
||||
super.interceptors();
|
||||
this.notification();
|
||||
|
Loading…
Reference in New Issue
Block a user