瀏覽代碼

Fix added all portals

Pablo Barrera Yaksic 2 月之前
父節點
當前提交
41c23edf08
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/index.ts

+ 1 - 1
src/index.ts

@@ -24,7 +24,7 @@ const context: Context = {
   getRemainingTimeInMillis: () => 1
 };
 
-const portals = [theclinic];
+const portals = [df, elciudadano, eldesconcierto, elmostrador, emol, interferencia, latercera, theclinic];
 const cooldown = 10000; // 10 seconds
 
 async function main (): Promise<void> {