Fix get_pod_infos arg for waku router

This commit is contained in:
Pearson White
2026-04-16 16:46:50 -04:00
parent 5cdf3d00da
commit 10b85bb608
+1 -1
View File
@@ -63,7 +63,7 @@ def create_router(get_config: Callable[[], Awaitable[dict]]) -> APIRouter:
try:
pods = get_pod_infos(
target=[target],
targets=[target],
namespace=request.app.state.namespace,
cache=request.app.state.cache,
)