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: [] }, ];