mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
M #~ lint-fix fireedge (#2484)
(cherry picked from commit ef5d0c60d433865c356d6c56b5c995f2b5e3aa81)
This commit is contained in:
parent
d7b7303f8f
commit
c9a4340b0a
@ -83,8 +83,8 @@ const exportApp = (
|
||||
let rtn = httpBadRequest
|
||||
const { id, name, datastore, file, associated, tag, template, vmname } =
|
||||
params
|
||||
const { user, password} = userData
|
||||
if (id && name && datastore && user, password) {
|
||||
const { user, password } = userData
|
||||
if ((id && name && datastore && user, password)) {
|
||||
let message = ''
|
||||
const paramsCommand = [
|
||||
'export',
|
||||
|
Loading…
x
Reference in New Issue
Block a user