mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
docs: remove impertinent Jsdocs comments (no-changelog) (#4181)
* 🔥 Remove impertinent Jsdocs comments
* Lint fixes
This commit is contained in:
@@ -133,7 +133,6 @@ export class OnfleetTrigger implements INodeType {
|
||||
|
||||
/**
|
||||
* Triggered function when an Onfleet webhook is executed
|
||||
* @returns {Promise<IWebhookResponseData>} Response data
|
||||
*/
|
||||
async webhook(this: IWebhookFunctions): Promise<IWebhookResponseData> {
|
||||
const req = this.getRequestObject();
|
||||
|
||||
Reference in New Issue
Block a user