1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-11-10 12:35:46 +03:00

👕 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,
methodName,
credentials,
currentNodeParameters : this.$store.getters.activeNode.parameters,
currentNodeParameters: this.$store.getters.activeNode.parameters,
};
return self.restApi().makeRestApiRequest('GET', '/node-parameter-options', sendData);
},