Explorar o código

Fix typo in rss checker

ghorsington %!s(int64=5) %!d(string=hai) anos
pai
achega
c8348fd7d5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
             }
         }