follow-unfollow-2

This commit is contained in:
2024-03-11 15:13:46 +03:00
parent df55b68a5a
commit 4898e43f57
2 changed files with 9 additions and 10 deletions

View File

@@ -69,7 +69,6 @@ async def follow(_, info, what, slug):
return {'error': str(e)}
@mutation.field('unfollow')
@login_required
async def unfollow(_, info, what, slug):