Return failure when no syndication targets supplied

This commit is contained in:
2023-01-30 19:33:06 +11:00
parent af71f4ebcf
commit 1977d9f568

View File

@@ -16,6 +16,7 @@ module Adamantium
Success([:mastodon, url])
end
Failure(:no_syndication_targets)
end
end
end