mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -24,7 +24,7 @@ export const projectOperations = [
|
||||
name: 'Get All',
|
||||
value: 'getAll',
|
||||
description: 'Get all projects',
|
||||
}
|
||||
},
|
||||
],
|
||||
default: 'get',
|
||||
description: 'The operation to perform',
|
||||
@@ -145,7 +145,7 @@ export const projectFields = [
|
||||
default: '',
|
||||
description: 'Optionally a slug for the new project. If it’s not provided a slug is generated from the name',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* project:getAll */
|
||||
|
||||
Reference in New Issue
Block a user