Skip to content

Commit

Permalink
fix: replace "message_type" with "current_config"
Browse files Browse the repository at this point in the history
  • Loading branch information
sloanelybutsurely committed Jul 15, 2024
1 parent 797647a commit c9f8364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pa_ess/http_updater.ex
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ defmodule PaEss.HttpUpdater do
top_line: inspect(top_line),
bottom_line: inspect(bottom_line),
sign_id: sign_id,
message_type:
current_config:
case Engine.Config.sign_config(sign_id) do
type when is_atom(type) -> type
tuple when is_tuple(tuple) -> elem(tuple, 0)
Expand Down

0 comments on commit c9f8364

Please sign in to comment.