Skip to content

Commit

Permalink
[DSC-1883] lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Micheleboychuk committed Oct 7, 2024
1 parent c1a7380 commit 193823b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { WorkflowItem } from '../../../../core/submission/models/workflowitem.mo
import {
DuplicateMatchMetadataDetailConfig
} from '../../../../submission/sections/detect-duplicate/models/duplicate-detail-metadata.model';
import { parseISO, differenceInDays, differenceInMilliseconds } from "date-fns";
import { parseISO, differenceInDays, differenceInMilliseconds } from 'date-fns';
import { environment } from '../../../../../environments/environment';

/**
Expand Down

0 comments on commit 193823b

Please sign in to comment.