chore: change lodash import

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-09-21 15:59:12 +02:00
parent c01de13d55
commit 5a816ea96f
@@ -31,7 +31,7 @@ import { Base64 } from 'js-base64';
import { PartialEntity } from '../types';
import { AnalyzeResult, CatalogImportApi } from './CatalogImportApi';
import { getGithubIntegrationConfig } from './GitHub';
import trimEnd from 'lodash/trimend';
import { trimEnd } from 'lodash';
export class CatalogImportClient implements CatalogImportApi {
private readonly discoveryApi: DiscoveryApi;