From 1ac4d0c1bcb732ae00d0225ffb6d0e353848ac76 Mon Sep 17 00:00:00 2001 From: Horoli Date: Tue, 28 Oct 2025 14:30:31 +0900 Subject: [PATCH] update : complex --- index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 84fd874..d53d573 100644 --- a/index.js +++ b/index.js @@ -8,9 +8,9 @@ const configPath = __dirname + "/" + configFileName; let config = {}; const COMPLEX_IDS = [ - // { id: 3286, name: "한가람세경", target: ["511동"] }, - // { id: 1464, name: "한가람신라", target: ["407동", "408동"] }, - // { id: 8775, name: "초원세경", target: [] }, + { id: 3286, name: "한가람세경", target: ["511동"] }, + { id: 1464, name: "한가람신라", target: ["407동", "408동"] }, + { id: 8775, name: "초원세경", target: [] }, { id: 3022, name: "목련3단지", target: [] }, ];