fix(core): Remove linting exceptions in nodes-base, @typescript-eslint/no-unsafe-argument (no-changelog)
This commit is contained in:
@@ -36,6 +36,6 @@ export async function getAll(
|
||||
return this.helpers.returnJsonArray(responseData);
|
||||
} else {
|
||||
responseData = await apiRequest.call(this, requestMethod, endpoint, body, qs);
|
||||
return this.helpers.returnJsonArray(responseData.customers);
|
||||
return this.helpers.returnJsonArray(responseData.customers as IDataObject[]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user