Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(designer): Fixing Implicit For Each within Copy-Paste Scope #6236

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Eric-B-Wu
Copy link
Contributor

@Eric-B-Wu Eric-B-Wu commented Dec 9, 2024

Fixes #6126
We require the actionName gotten from updateTokenMetadata to be used in updateScopePasteTokenMetadata
copyscopeimplict

@@ -465,7 +466,7 @@ const initializeOutputTokensForOperations = (
nodesWithData[operationId]?.settings
)
);
} catch (e) {
} catch {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not logging the exception?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we had changed our tsconfigs recently so that any unused variables error, this code I didn't change, but wanted to pass our commit

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah that's totally okay but I meant we should be logging the exception/error here. Will help us debug in cases where it fails

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Copy-Paste Not Updating Dynamic Content for Action Inside For-Each Actions
3 participants