fix(incidents): bind durable readback tenant context
This commit is contained in:
@@ -125,7 +125,11 @@ class IIncidentRepository(Protocol):
|
||||
"""根據 ID 取得 Incident"""
|
||||
...
|
||||
|
||||
async def get_active(self) -> list[Incident]:
|
||||
async def get_active(
|
||||
self,
|
||||
*,
|
||||
project_id: str | None = None,
|
||||
) -> list[Incident]:
|
||||
"""取得所有活躍的 Incident"""
|
||||
...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user