From 361a3bed9f05133fc66aedc0075e9b15b6ac8ed0 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Mon, 28 Apr 2025 14:51:56 +0800 Subject: [PATCH] add tests --- apps/iot/src/iot_ai_router.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/iot/src/iot_ai_router.erl b/apps/iot/src/iot_ai_router.erl index ecd43c9..64709be 100644 --- a/apps/iot/src/iot_ai_router.erl +++ b/apps/iot/src/iot_ai_router.erl @@ -28,7 +28,7 @@ route_uuid(RouterUUID, EventType, Params) when is_binary(RouterUUID), is_integer true -> lager:debug("[iot_ai_router] event_type: ~p, is test", [EventType]); false -> - iot_jinzhi_endpoint:forward(LocationCode, DynamicLocationCode, EventType, Params); + iot_jinzhi_endpoint:forward(LocationCode, DynamicLocationCode, EventType, Params) end; {ok, _} -> lager:debug("[iot_ai_router] hget location_code, uuid: ~p, not found", [RouterUUID]);