fix call to syndicate

This commit is contained in:
2023-01-29 12:37:06 +11:00
parent 04dfedc331
commit 6fd1aff858

View File

@@ -36,7 +36,7 @@ module Adamantium
validation = contract.call(req_entity.to_h)
if validation.success?
url = syndicate(validation.to_h) # TODO: set URL on post
url = syndicate.call(validation.to_h) # TODO: set URL on post
post = command.call(validation.to_h)