Skip to content

fix(AssignFromParam): avoid recomputing known atom - #3384

Open
thecristen wants to merge 1 commit into
mainfrom
cbj/assign-from-param-atom
Open

fix(AssignFromParam): avoid recomputing known atom#3384
thecristen wants to merge 1 commit into
mainfrom
cbj/assign-from-param-atom

Conversation

@thecristen

Copy link
Copy Markdown
Collaborator

Instead of re-doing String.to_atom() for the configured param from AssignFromParam on every single request, we can do it once by doing it in the plug init/1. This feels a bit clunky but should do the trick.

This plug was added in #3325 and all the criteria from the "How to test" section there should still hold.

@thecristen
thecristen requested a review from a team as a code owner July 31, 2026 21:00
@thecristen
thecristen requested a review from lvachon1 July 31, 2026 21:00
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.

1 participant