mirror of
https://github.com/vacp2p/pod-api-requester.git
synced 2026-08-27 09:41:16 +00:00
Fix get_pod_infos arg for waku router
This commit is contained in:
+1
-1
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user