mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 20:29:08 +00:00
fixes typo in Mattermost.node.ts
This commit is contained in:
committed by
GitHub
parent
20f8d97479
commit
77ab283af3
@@ -656,8 +656,8 @@ export class Mattermost implements INodeType {
|
|||||||
},
|
},
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
name: 'Desactive',
|
name: 'Deactive',
|
||||||
value: 'desactive',
|
value: 'deactive',
|
||||||
description: 'Deactivates the user and revokes all its sessions by archiving its user object.',
|
description: 'Deactivates the user and revokes all its sessions by archiving its user object.',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@@ -665,7 +665,7 @@ export class Mattermost implements INodeType {
|
|||||||
description: 'The operation to perform.',
|
description: 'The operation to perform.',
|
||||||
},
|
},
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
// user:desactivate
|
// user:deactivate
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
{
|
{
|
||||||
displayName: 'User ID',
|
displayName: 'User ID',
|
||||||
@@ -678,7 +678,7 @@ export class Mattermost implements INodeType {
|
|||||||
'user',
|
'user',
|
||||||
],
|
],
|
||||||
operation: [
|
operation: [
|
||||||
'desactive',
|
'deactive',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user