feat: Frontage service context define was removed

This commit is contained in:
Mikhail Gladchenko
2024-05-13 13:31:45 +01:00
parent 3a12373b48
commit 1521032eb3
2 changed files with 1 additions and 5 deletions

View File

@@ -7,10 +7,6 @@ export class Frontage {
constructor(apiUrl: string) {
this.apiUrl = apiUrl;
this.searchTickers = this.searchTickers.bind(this);
this.getTickers = this.getTickers.bind(this);
this.getFavorites = this.getFavorites.bind(this);
}
searchTickers = ({