Fix pinboard integration

This commit is contained in:
2023-02-01 21:24:02 +11:00
parent 1defc79496
commit 9309c2c104
5 changed files with 11 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ module Adamantium
include Dry::Monads[:result]
def initialize(api_key:)
@pinboard = Pinboard::Client.new(token: api_key)
@pinboard = ::Pinboard::Client.new(token: api_key)
end
def call(post:)