Skip to content

Commit

Permalink
Add empty list function
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDryga committed Jun 28, 2024
1 parent 2f3e831 commit 91eeec3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/probe/runs.ex
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ defmodule Probe.Runs do
|> Repo.insert()
end

def list_aggregates_by_country do
end

def update_check(check_id, status) do
from(check in Check, as: :checks)
|> where([checks: checks], checks.id == ^check_id)
Expand Down

0 comments on commit 91eeec3

Please sign in to comment.