fix: add missing SystemRole import for guest check in company_detail
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
bc2839e77c
commit
42284d1bb6
@ -45,6 +45,7 @@ from database import (
|
|||||||
Classified,
|
Classified,
|
||||||
UserNotification,
|
UserNotification,
|
||||||
UserCompany,
|
UserCompany,
|
||||||
|
SystemRole,
|
||||||
)
|
)
|
||||||
from utils.helpers import sanitize_input
|
from utils.helpers import sanitize_input
|
||||||
from extensions import limiter
|
from extensions import limiter
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user