Skip to content

Commit

Permalink
use lodash-es
Browse files Browse the repository at this point in the history
  • Loading branch information
grijzea authored and wkramer committed Apr 25, 2024
1 parent 03dca9f commit ef2faa2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/download/DataDownloadDisplayComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,9 @@ import { UseDisplayConfigOptions } from '@/services/useDisplayConfig'
import { useUserSettingsStore } from '@/stores/userSettings.ts'
import { TimeSeriesResult } from '@deltares/fews-pi-requests'
import { ParameterQualifiersHeader } from '@/lib/download/types'
import { isEqual } from 'lodash-es'
import { isEqual, uniqWith } from 'lodash-es'
import { filterToParams } from '@/lib/download/downloadFiles.ts'
import { DataDownloadFilter } from '@/lib/download/types/DataDownloadFilter.ts'
import { uniqWith } from 'lodash'
interface Props {
nodeId?: string | string[]
Expand Down

0 comments on commit ef2faa2

Please sign in to comment.