chore(backups/formatVmBackup): ensure function is nammed
This commit is contained in:
parent
7941be083a
commit
95d6d0a0fe
@ -1,6 +1,6 @@
|
|||||||
const { dirname } = require('path')
|
const { dirname } = require('path')
|
||||||
|
|
||||||
exports.formatVmBackup = backup => {
|
exports.formatVmBackup = function formatVmBackup(backup) {
|
||||||
return {
|
return {
|
||||||
disks:
|
disks:
|
||||||
backup.vhds === undefined
|
backup.vhds === undefined
|
||||||
|
Loading…
Reference in New Issue
Block a user