From 6b8466ba65e9569e109ee3782c6a4d45e8bcc851 Mon Sep 17 00:00:00 2001 From: anlicheng Date: Thu, 7 Sep 2023 20:12:53 +0800 Subject: [PATCH] fix --- apps/iot/src/iot_sup.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/iot/src/iot_sup.erl b/apps/iot/src/iot_sup.erl index 93b395e..24c260a 100644 --- a/apps/iot/src/iot_sup.erl +++ b/apps/iot/src/iot_sup.erl @@ -35,7 +35,7 @@ init([]) -> shutdown => 2000, type => worker, modules => ['iot_logger'] - } + }, #{ id => 'iot_endpoint_sup',