mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -50,6 +50,7 @@ declare module 'jsplumb' {
|
||||
interface OnConnectionBindInfo {
|
||||
originalSourceEndpoint: Endpoint;
|
||||
originalTargetEndpoint: Endpoint;
|
||||
getParameters(): { index: number };
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -502,7 +502,7 @@ export const store = new Vuex.Store({
|
||||
state.lastSelectedNode = nodeName;
|
||||
},
|
||||
|
||||
setLastSelectedNodeOutputIndex(state, outputIndex: number | null) {
|
||||
setLastSelectedNodeOutputIndex (state, outputIndex: number | null) {
|
||||
state.lastSelectedNodeOutputIndex = outputIndex;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user