Skip to content

Commit

Permalink
M #~: Minor fix on hook socket (#1881)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Betanzos authored Mar 25, 2022
1 parent 614b19d commit 02fcce6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

const atob = require('atob')
const { socket: socketZeroMQ } = require('zeromq')
const { messageTerminal } = require('server/utils/general')
const { xml2json } = require('server/utils/opennebula')
const { messageTerminal, xml2json } = require('server/utils/general')
const {
middlewareValidateAuthWebsocket,
middlewareValidateResourceForHookConnection,
Expand Down

0 comments on commit 02fcce6

Please sign in to comment.