circular-fix-2
All checks were successful
Deploy on push / deploy (push) Successful in 3m49s

This commit is contained in:
2024-02-24 20:42:19 +03:00
parent a3244fc74b
commit 5e72a08e0f
2 changed files with 59 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ from resolvers.topic import topic_follow, topic_unfollow
from resolvers.stat import get_authors_with_stat, query_follows
from services.auth import login_required
from services.db import local_session
from services.follows import DEFAULT_FOLLOWS
from services.event_listeners import DEFAULT_FOLLOWS
from services.notify import notify_follower
from services.schema import mutation, query
from services.logger import root_logger as logger