mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
chore: linting
This commit is contained in:
parent
3a70d7027c
commit
0187df7225
|
@ -135,7 +135,7 @@ export function createCanvasHandleProvide({
|
||||||
isConnected?: boolean;
|
isConnected?: boolean;
|
||||||
isConnecting?: boolean;
|
isConnecting?: boolean;
|
||||||
isReadOnly?: boolean;
|
isReadOnly?: boolean;
|
||||||
handleString? : string;
|
handleString?: string;
|
||||||
} = {}) {
|
} = {}) {
|
||||||
return {
|
return {
|
||||||
[`${CanvasNodeHandleKey}`]: {
|
[`${CanvasNodeHandleKey}`]: {
|
||||||
|
|
Loading…
Reference in a new issue