mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
docs: remove impertinent Jsdocs comments (no-changelog) (#4181)
* 🔥 Remove impertinent Jsdocs comments
* Lint fixes
This commit is contained in:
@@ -116,10 +116,6 @@ abstract class NodeError extends ExecutionBaseError {
|
||||
* Otherwise, if all the paths have been exhausted and no value is eligible, `null` is
|
||||
* returned.
|
||||
*
|
||||
* @param {JsonObject} error
|
||||
* @param {string[]} potentialKeys
|
||||
* @param {string[]} traversalKeys
|
||||
* @returns {string | null}
|
||||
*/
|
||||
protected findProperty(
|
||||
error: JsonObject,
|
||||
@@ -335,7 +331,6 @@ export class NodeApiError extends NodeError {
|
||||
/**
|
||||
* Set the error's message based on the HTTP status code.
|
||||
*
|
||||
* @returns {void}
|
||||
*/
|
||||
private setMessage() {
|
||||
if (!this.httpCode) {
|
||||
|
||||
Reference in New Issue
Block a user