Browse Source

Fix typo in rss checker

ghorsington 5 years ago
parent
commit
c8348fd7d5
1 changed files with 1 additions and 1 deletions
  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;
                 post.verifyMessage.text = newContents;
                 
                 
                 await verifyRepo.save(post.verifyMessage);
                 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();
                 await msg.delete();
             }
             }
         }
         }