From bd4644dd4fcf0e879b37dd10814ade71fb325da0 Mon Sep 17 00:00:00 2001 From: Olivier Lambert Date: Mon, 23 Oct 2017 15:40:39 +0200 Subject: [PATCH] use camelCase everywhere --- src/xapi-object-to-xo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xapi-object-to-xo.js b/src/xapi-object-to-xo.js index 096708893..24dfa35ee 100644 --- a/src/xapi-object-to-xo.js +++ b/src/xapi-object-to-xo.js @@ -715,7 +715,7 @@ const TRANSFORMS = { gpuTypes: obj.GPU_types, name_description: obj.name_description, name_label: obj.name_label, - other_config: obj.other_config, + otherConfig: obj.other_config, pgpus: link(obj, 'PGPUs'), supportedVgpuTypes: link(obj, 'supported_VGPU_types'), vgpus: link(obj, 'VGPUs')