Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese committed Oct 9, 2024
1 parent 1d39494 commit 7a094b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/telepoison.ex
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule Telepoison do
alias Telepoison.Configuration

@http_request_method Atom.to_string(HTTPAttributes.http_request_method())
@http_request_status_code Atom.to_string(HTTPAttributes.http_request_status_code())
@http_response_status_code Atom.to_string(HTTPAttributes.http_respone_status_code())
@http_route Atom.to_string(HTTPAttributes.http_route())

@server_address Atom.to_string(ServerAttributes.server_address())
Expand Down

0 comments on commit 7a094b0

Please sign in to comment.