Skip to content

Commit 044da75

Browse files
[DURACOM-347] fix lint
1 parent e27b2e2 commit 044da75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/form/builder/parsers/field-parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import {
1919
import { DynamicFormControlLayout } from '@ng-dynamic-forms/core';
2020
import { TranslateService } from '@ngx-translate/core';
2121
import uniqueId from 'lodash/uniqueId';
22+
import { environment } from 'src/environments/environment';
2223

2324
import {
2425
DsDynamicInputModel,
@@ -32,7 +33,6 @@ import { getTypeBindRelations } from '../ds-dynamic-form-ui/type-bind.utils';
3233
import { setLayout } from './parser.utils';
3334
import { ParserOptions } from './parser-options';
3435
import { ParserType } from './parser-type';
35-
import { environment } from "src/environments/environment";
3636

3737
export const SUBMISSION_ID: InjectionToken<string> = new InjectionToken<string>('submissionId');
3838
export const CONFIG_DATA: InjectionToken<FormFieldModel> = new InjectionToken<FormFieldModel>('configData');

0 commit comments

Comments
 (0)