👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2019-10-31 13:41:39 +01:00
parent 1567a260a4
commit 91498b4573

View File

@@ -157,7 +157,7 @@ export const restApi = Vue.extend({
nodeType, nodeType,
methodName, methodName,
credentials, credentials,
currentNodeParameters : this.$store.getters.activeNode.parameters, currentNodeParameters: this.$store.getters.activeNode.parameters,
}; };
return self.restApi().makeRestApiRequest('GET', '/node-parameter-options', sendData); return self.restApi().makeRestApiRequest('GET', '/node-parameter-options', sendData);
}, },