Fix typescript issue

master
trivernis 5 years ago
parent cd75738210
commit e225e05c37

@ -11,6 +11,4 @@ export abstract class BaseService {
this.headers = new HttpHeaders(); this.headers = new HttpHeaders();
this.headers.set('Content-Type', 'application/json'); this.headers.set('Content-Type', 'application/json');
} }
abstract buildRequestBody(...params: any): any;
} }

Loading…
Cancel
Save