docs: remove impertinent Jsdocs comments (no-changelog) (#4181)

* 🔥 Remove impertinent Jsdocs comments

* Lint fixes
This commit is contained in:
agobrech
2022-09-29 14:37:56 +02:00
committed by GitHub
parent 64fffa0579
commit 8bd99e0600
77 changed files with 6 additions and 888 deletions

View File

@@ -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) {