fix(api): add AuthModule import to UserAgentModule #691

Merged
jason.woltje merged 2 commits from fix/user-agent-auth-module into main 2026-03-05 22:22:18 +00:00
Owner

Hotfix part 2 for production outage - UserAgentModule also missing AuthModule import.

Error:

Nest can't resolve dependencies of the AuthGuard (?). 
AuthService at index [0] is not available in UserAgentModule context.

Follow-up to PR #690.

Hotfix part 2 for production outage - UserAgentModule also missing AuthModule import. **Error:** ``` Nest can't resolve dependencies of the AuthGuard (?). AuthService at index [0] is not available in UserAgentModule context. ``` Follow-up to PR #690.
jason.woltje added 2 commits 2026-03-05 22:22:11 +00:00
fix(api): add AuthModule import to UserAgentModule
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
bf5779fb73
jason.woltje merged commit c644d1044b into main 2026-03-05 22:22:18 +00:00
Sign in to join this conversation.