Skip to content

Commit

Permalink
fix: fix warning of unused module attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
c4710n committed Oct 5, 2024
1 parent 2de7cac commit ceea458
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ecto_watch.ex
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ defmodule EctoWatch do
Supervisor.init(children, strategy: :rest_for_one)
end

@since "0.8.0"
@deprecated "subscribe/3 was removed in version 0.8.0. See the updated documentation"
def subscribe(schema_mod_or_label, update_type, id) when is_atom(schema_mod_or_label) do
if Helpers.ecto_schema_mod?(schema_mod_or_label) do
Expand Down

0 comments on commit ceea458

Please sign in to comment.