Przeglądaj źródła

Fix typo in rss checker

ghorsington 5 lat temu
rodzic
commit
c8348fd7d5
1 zmienionych plików z 1 dodań i 1 usunięć
  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();
             }
         }