mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix: Remove foreign credentials when copying nodes or duplicating workflow (#4880)
* fix: Remove foreign credentials when copying nodes or duplicating workflow * chore: fix linting issue
This commit is contained in:
@@ -315,7 +315,7 @@ export interface IWorkflowDb {
|
||||
sharedWith?: Array<Partial<IUser>>;
|
||||
ownedBy?: Partial<IUser>;
|
||||
versionId: string;
|
||||
usedCredentials?: Array<Partial<ICredentialsResponse>>;
|
||||
usedCredentials?: IUsedCredential[];
|
||||
}
|
||||
|
||||
// Identical to cli.Interfaces.ts
|
||||
|
||||
Reference in New Issue
Block a user