diff --git a/src/external/pdap/client.py b/src/external/pdap/client.py index 0e0d5a39..24cda6f9 100644 --- a/src/external/pdap/client.py +++ b/src/external/pdap/client.py @@ -204,7 +204,7 @@ async def sync_agencies( "page": params.page } if params.cutoff_date is not None: - params["updated_at"]: date = params.cutoff_date + request_params["updated_at"]: date = params.cutoff_date request_info = RequestInfo( type_=RequestType.GET,