Skip to content

fix(auth): remove duplicate fit-anisotropy route policy registration#30098

Merged
siddseethepalli merged 1 commit into
mainfrom
swarm/43fc/task-222
May 9, 2026
Merged

fix(auth): remove duplicate fit-anisotropy route policy registration#30098
siddseethepalli merged 1 commit into
mainfrom
swarm/43fc/task-222

Conversation

@siddseethepalli
Copy link
Copy Markdown
Contributor

@siddseethepalli siddseethepalli commented May 9, 2026

Follow-up to review feedback on #29626.

Devin flagged that memory/v2/fit-anisotropy:POST was registered twice in ACTOR_ENDPOINTS — once before and once after the new concept-frequency entry. Since registerPolicy uses policyRegistry.set(), the duplicate silently overwrote the first registration. Removed the duplicate.


Open in Devin Review

The endpoint memory/v2/fit-anisotropy:POST was registered twice in
ACTOR_ENDPOINTS. Since registerPolicy uses policyRegistry.set(), the
second call silently overwrote the first, making one entry dead code.

Follow-up to #29626 review feedback from Devin.
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

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