Calculate winner based on daily messages

This commit is contained in:
2024-10-30 15:28:50 +01:00
parent a3af9b7817
commit 78c84d5430
4 changed files with 55 additions and 22 deletions

View File

@@ -55,7 +55,7 @@ defmodule Mihainator.MixProject do
{:bandit, "~> 1.5"},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:csv, "~> 3.2"},
{:timex, "~> 3.7", only: [:dev, :test], runtime: false}
{:timex, "~> 3.7"}
]
end