mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-23 12:49:09 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -188,7 +188,7 @@ export class MicrosoftTeams implements INodeType {
|
||||
body: {
|
||||
contentType: messageType,
|
||||
content: message,
|
||||
}
|
||||
},
|
||||
};
|
||||
responseData = await microsoftApiRequest.call(this, 'POST', `/beta/teams/${teamId}/channels/${channelId}/messages`, body);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user