mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
⚡ Minor improvement
This commit is contained in:
parent
4b0776d85a
commit
802808a9ad
|
@ -125,7 +125,6 @@ export class ExportCredentialsCommand extends Command {
|
|||
}
|
||||
|
||||
for (let i = 0; i < credentials.length; i++) {
|
||||
const c = credentials[i];
|
||||
const { name, type, nodesAccess, data } = credentials[i];
|
||||
const credential = new Credentials(name, type, nodesAccess, data);
|
||||
const plainData = credential.getData(encryptionKey);
|
||||
|
|
Loading…
Reference in a new issue