@bprotsyk/aso-core 1.2.177 → 1.2.178
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -473,7 +473,7 @@ let moveCampaignsToAnotherGroup = async () => {
|
|
|
473
473
|
let from = 2, to = 80, exceptFor = [2684, 2686, 2673, 2670, 2687, 2689, 2529, 2688, 2551, 2517, 2691, 2588, 2643, 2563, 2598, 2624, 2584, 2553, 2683, 2618, 2499, 2594, 2545, 2682, 2569, 2527, 2681, 2677, 2610, 2608];
|
|
474
474
|
await keitaro_service_1.KeitaroService.changeCampaignsGroup(from, to, exceptFor);
|
|
475
475
|
};
|
|
476
|
-
moveCampaignsToAnotherGroup()
|
|
476
|
+
// moveCampaignsToAnotherGroup()
|
|
477
477
|
// Getting campaign group ids
|
|
478
478
|
// (async () => {
|
|
479
479
|
// let campaigns = await KeitaroService.getAllCampaigns()
|
package/package.json
CHANGED
|
@@ -539,7 +539,7 @@ let moveCampaignsToAnotherGroup = async () => {
|
|
|
539
539
|
await KeitaroService.changeCampaignsGroup(from, to, exceptFor)
|
|
540
540
|
}
|
|
541
541
|
|
|
542
|
-
moveCampaignsToAnotherGroup()
|
|
542
|
+
// moveCampaignsToAnotherGroup()
|
|
543
543
|
|
|
544
544
|
// Getting campaign group ids
|
|
545
545
|
// (async () => {
|