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:
parent
1567a260a4
commit
91498b4573
@ -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);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user