fix(xo-server/xen-servers): fix lodash/pick import
Introduced by 4b4bea5f3
Fixes #5858
This commit is contained in:
parent
4b4bea5f3b
commit
20a6428290
@ -1,5 +1,5 @@
|
||||
import findKey from 'lodash/findKey.js'
|
||||
import pick from 'lodash/pick'
|
||||
import pick from 'lodash/pick.js'
|
||||
import { BaseError } from 'make-error'
|
||||
import { createLogger } from '@xen-orchestra/log'
|
||||
import { fibonacci } from 'iterable-backoff'
|
||||
|
Loading…
Reference in New Issue
Block a user