mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
chore: Upgrade to TypeScript 5.6 (#10822)
This commit is contained in:
@@ -2926,6 +2926,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
if (
|
||||
// @ts-expect-error Deprecated file
|
||||
// eslint-disable-next-line no-constant-binary-expression
|
||||
!(this.workflowPermissions.update ?? this.projectPermissions.workflow.update) ??
|
||||
this.isReadOnlyRoute ??
|
||||
@@ -2965,6 +2966,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
if (
|
||||
// @ts-expect-error Deprecated file
|
||||
// eslint-disable-next-line no-constant-binary-expression
|
||||
!(this.workflowPermissions.update ?? this.projectPermissions.workflow.update) ??
|
||||
this.isReadOnlyRoute ??
|
||||
|
||||
Reference in New Issue
Block a user