Skip to content

Fix/circular dependency org webhook repo#1

Open
lfrancke wants to merge 1 commit intomainfrom
fix/circular-dependency-org-webhook-repo
Open

Fix/circular dependency org webhook repo#1
lfrancke wants to merge 1 commit intomainfrom
fix/circular-dependency-org-webhook-repo

Conversation

@lfrancke
Copy link
Member

No description provided.

…nction

PR cla-assistant#1024 added top-level require('./webhook') to org.js and repo.js,
creating circular chains (org -> webhook -> repo -> org). Depending on
module load order, repo.js can receive an empty object for orgService.

Move the webhook requires into the migrate() methods where they are
actually used. By that point all modules are fully loaded.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@stackable-cla
Copy link

stackable-cla bot commented Feb 27, 2026

CLA assistant check
All committers have signed the CLA.

@lfrancke lfrancke closed this Feb 27, 2026
@lfrancke lfrancke deleted the fix/circular-dependency-org-webhook-repo branch February 27, 2026 10:22
@lfrancke lfrancke restored the fix/circular-dependency-org-webhook-repo branch February 27, 2026 10:23
@lfrancke lfrancke reopened this Feb 27, 2026
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