Skip to content
This repository has been archived by the owner on Aug 5, 2023. It is now read-only.

Commit

Permalink
Change input to inputId in overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
curtgrimes committed Feb 14, 2018
1 parent 83ed781 commit 04e9b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/overlays.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
}));
};
Expand Down

0 comments on commit 04e9b99

Please sign in to comment.