Adjust order of auto-tagging and syndicating

This commit is contained in:
2023-06-08 21:58:16 +10:00
parent 9d9d8ccf6d
commit 16e7bcfc5d

View File

@@ -19,9 +19,9 @@ module Adamantium
post_params = prepare_params(params: post)
created_post = post_repo.create(post_params)
syndicate.call(created_post.id, post)
auto_tag.call
auto_tag.call()
syndicate.call(created_post.id, post)
# decorated_post = Decorators::Posts::Decorator.new(created_post)