diff --git a/app/services/overlays.js b/app/services/overlays.js index e6cf089..6b57c88 100644 --- a/app/services/overlays.js +++ b/app/services/overlays.js @@ -12,7 +12,7 @@ let all = async () => { return { overlayId: parseInt(lodashGet(overlay, '_attributes.number', null)), - input: input ? input.inputId : null, + inputId: input ? input.inputId : null, }; })); };