mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor: Clear unused ESLint directives from BE packages (no-changelog) (#6798)
This commit is contained in:
@@ -88,7 +88,6 @@ export function augmentObject<T extends object>(data: T): T {
|
||||
return newData[key];
|
||||
}
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
||||
const value = Reflect.get(target, key, receiver);
|
||||
|
||||
if (typeof value !== 'object' || value === null) return value;
|
||||
|
||||
Reference in New Issue
Block a user