Skip to content

Commit

Permalink
added labeller_endpoint & labeller_host aliases with double L
Browse files Browse the repository at this point in the history
  • Loading branch information
mackuba committed Dec 27, 2024
1 parent b149740 commit 0447378
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/didkit/services.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ def pds_host
def labeler_host
labeler_endpoint&.then { |x| URI(x).host }
end

alias labeller_endpoint labeler_endpoint
alias labeller_host labeler_host
end
end

0 comments on commit 0447378

Please sign in to comment.