Skip to content

Commit

Permalink
chore: remove deletion todo (done)
Browse files Browse the repository at this point in the history
  • Loading branch information
milselarch committed Oct 13, 2024
1 parent a89df50 commit 78d9020
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bot.py
Original file line number Diff line number Diff line change
@@ -1988,7 +1988,6 @@ async def delete_account(self, update: ModifiedTeleUpdate, *_, **__):
validation_result = self.validate_delete_token(
user=user, stamp=deletion_stamp, short_hash=short_hash
)
# TODO: actually implement deletion
if validation_result.is_err():
err_message = validation_result.err()
return await update.message.reply_text(err_message)

0 comments on commit 78d9020

Please sign in to comment.