Skip to content

Commit

Permalink
fix compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
egze committed Nov 11, 2024
1 parent 6de9032 commit c1e4f9f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/oban/live_dashboard.ex
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,6 @@ defmodule Oban.LiveDashboard do
Oban.Repo.get(Oban.config(), Oban.Job, id)
end

@impl true
def handle_refresh(socket) do
{:noreply, assign_job_state_counts(socket)}
end

@impl true
def handle_refresh(socket) do
{:noreply,
Expand Down

0 comments on commit c1e4f9f

Please sign in to comment.