Ver Fonte

Fix typo in rss checker

ghorsington há 5 anos atrás
pai
commit
c8348fd7d5
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/commands/rss_checker.ts

+ 1 - 1
src/commands/rss_checker.ts

@@ -308,7 +308,7 @@ export default {
                 post.verifyMessage.text = newContents;
                 
                 await verifyRepo.save(post.verifyMessage);
-                await editMsg.edit(toVerifyString(post.verifyMessage.isNew, post.id, post.verifyMessage));
+                await editMsg.edit(toVerifyString(post.id, post.verifyMessage));
                 await msg.delete();
             }
         }