From 18608a8b63374bee7e844c616f3cc12751fa18f1 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 9 Aug 2019 11:14:46 -0400 Subject: [PATCH] fix lint issue --- jslib | 2 +- src/app/organizations/tools/export.component.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/jslib b/jslib index 5c1b80ee87..393f6c9c20 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 5c1b80ee87f74f01ea86ac9dd600875ad7b07e0f +Subproject commit 393f6c9c20fb7eded5008b65242ea44e69bc349c diff --git a/src/app/organizations/tools/export.component.ts b/src/app/organizations/tools/export.component.ts index 02a5963811..03ba69e5ac 100644 --- a/src/app/organizations/tools/export.component.ts +++ b/src/app/organizations/tools/export.component.ts @@ -8,6 +8,7 @@ import { I18nService } from 'jslib/abstractions/i18n.service'; import { PlatformUtilsService } from 'jslib/abstractions/platformUtils.service'; import { ExportComponent as BaseExportComponent } from '../../tools/export.component'; + import { EventType } from 'jslib/enums/eventType'; @Component({