Skip to content

Commit

Permalink
fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuRA committed Oct 11, 2023
1 parent 0aee74e commit 290c519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @xen-orchestra/xapi/vtpm.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import upperFirst from 'lodash/upperCase.js'
import upperFirst from 'lodash/upperFirst.js'
import { incorrectState } from 'xo-common/api-errors.js'

export default class Vtpm {
Expand Down

0 comments on commit 290c519

Please sign in to comment.