mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -89,8 +89,8 @@ export default mixins(
|
|||||||
return null;
|
return null;
|
||||||
},
|
},
|
||||||
nodeTypeDescription (): string {
|
nodeTypeDescription (): string {
|
||||||
if (this.nodeType.description) {
|
if (this.nodeType!.description) {
|
||||||
return this.nodeType.description;
|
return this.nodeType!.description;
|
||||||
} else {
|
} else {
|
||||||
return 'No description found';
|
return 'No description found';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user