Refactor day one syndication
This commit is contained in:
@@ -24,7 +24,7 @@ module Adamantium
|
||||
end
|
||||
|
||||
if post[:category].include? "weekly"
|
||||
send_to_dayone.call(name: post.name, content: post.content)
|
||||
send_to_dayone.call(name: post[:name], content: post[:content])
|
||||
end
|
||||
|
||||
Success()
|
||||
|
Reference in New Issue
Block a user