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