Browse Source

Fix typo in rss checker

ghorsington 5 năm trước cách đây
mục cha
commit
c8348fd7d5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();
             }
         }