Skip to content
Snippets Groups Projects
Commit 44d122dd authored by stevereis's avatar stevereis
Browse files

fix format

parent 111e88be
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ export default class ExaremeService implements IEngineService {
constructor(
private readonly options: IEngineOptions,
private readonly httpService: HttpService,
) { }
) {}
async getDomains(ids: string[]): Promise<Domain[]> {
const path = this.options.baseurl + 'pathologies';
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment