1
0
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:
Jorge Miguel Lobo Escalona 2023-02-07 11:24:00 +01:00 committed by Tino Vázquez
parent d7b7303f8f
commit c9a4340b0a
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -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',