Skip to content

Commit

Permalink
Merge branch 'release/2.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Nov 4, 2024
2 parents 9fb5228 + ba59c0d commit a638b15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/lexdee/observer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ defmodule Lexdee.Observer do

client = Keyword.fetch!(opts, :client)
resource = Keyword.get(opts, :resource)
type = Keyword.get(opts, :type, "operation")
type = to_string(Keyword.get(opts, :type, "operation"))

%{adapter: {_, _, options}, pre: middlewares} = client

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Lexdee.MixProject do
def project do
[
app: :lexdee,
version: "2.5.0",
version: "2.5.1",
elixir: "~> 1.9",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit a638b15

Please sign in to comment.