mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -154,7 +154,7 @@ export const userFields = [
|
||||
'user',
|
||||
],
|
||||
operation: [
|
||||
'get', 'getAll'
|
||||
'get', 'getAll',
|
||||
],
|
||||
},
|
||||
},
|
||||
@@ -173,7 +173,7 @@ export const userFields = [
|
||||
default: false,
|
||||
description: 'Whether the client wants custom profile field data to be included in the response.',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
@@ -209,7 +209,7 @@ export const userFields = [
|
||||
'user',
|
||||
],
|
||||
operation: [
|
||||
'update'
|
||||
'update',
|
||||
],
|
||||
},
|
||||
},
|
||||
@@ -263,12 +263,12 @@ export const userFields = [
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'Value of custom profile data.',
|
||||
}
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user