Skip to content

Commit

Permalink
TA-3148: Remove unnecessary reassignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Buqeta committed Jul 18, 2024
1 parent 70efc91 commit 6ec49ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/studio/studio.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ class StudioService {
connectionVariablesByKey.get(variable.key).metadata : variable.metadata
}));

exportedNode.configuration = nodeContent;
packageZip.updateFile(packageEntry, Buffer.from(stringify(exportedNode)));
}

Expand Down

0 comments on commit 6ec49ee

Please sign in to comment.