diff --git a/app/commands/posts/create_bookmark.rb b/app/commands/posts/create_bookmark.rb index 1c5c940..ec2b06a 100644 --- a/app/commands/posts/create_bookmark.rb +++ b/app/commands/posts/create_bookmark.rb @@ -4,7 +4,10 @@ module Adamantium module Commands module Posts class CreateBookmark < Command - include Deps["repos.post_repo", syndicate: "commands.posts.syndicate"] + include Deps["repos.post_repo", + add_post_syndication_source: "commands.posts.add_syndication_source", + syndicate: "commands.posts.syndicate" + ] include Dry::Monads[:result]