diff --git a/helpers/format.js b/helpers/format.js
index dab954e39..4e004309d 100644
--- a/helpers/format.js
+++ b/helpers/format.js
@@ -87,6 +87,7 @@ async function main() {
             if(regexp.test(channel.title)) {
               if(!channel.id) {
                 channel.id = c.id
+                continue
               }
             }
           }