Quellcode durchsuchen

Fix added all portals

Pablo Barrera Yaksic vor 2 Monaten
Ursprung
Commit
41c23edf08
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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> {