mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor: Remove unused lint directives (no-changelog) (#9842)
This commit is contained in:
@@ -114,7 +114,7 @@ export async function microsoftApiRequestAllItemsDelta(
|
||||
do {
|
||||
responseData = (await microsoftApiRequest.call(this, 'GET', '', {}, {}, uri)) as IDataObject;
|
||||
uri = responseData['@odata.nextLink'] as string;
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
||||
|
||||
for (const value of responseData.value as IDataObject[]) {
|
||||
if (value.fileSystemInfo as IDataObject) {
|
||||
const updatedTimeStamp = (value.fileSystemInfo as IDataObject)
|
||||
|
||||
Reference in New Issue
Block a user