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