reorganized API code

This commit is contained in:
Viet Huynh
2023-09-09 20:46:56 +07:00
parent bc3b16f5fa
commit 53803edc6e
5 changed files with 103 additions and 78 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import fs from 'fs';
import { DRY_RUN, LIST_ITEM_LIMIT } from './lib/constants.js';
import { createZeroTrustLists } from './lib/helpers.js';
import { createZeroTrustLists } from './lib/api.js';
if (!process.env.CI) console.log(`List item limit set to ${LIST_ITEM_LIMIT}`);