integration: Add missing lodash import

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-10-07 09:08:00 +02:00
parent a31afc5b62
commit 1a26a18f7f
@@ -15,6 +15,7 @@
*/
import { Config } from '@backstage/config';
import { trimEnd } from 'lodash';
import { isValidHost } from '../helpers';
const BITBUCKET_HOST = 'bitbucket.org';