Skip to content

Commit

Permalink
Update count_controller.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
benonymus committed Jun 9, 2024
1 parent 7c7d14f commit 115a52f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule ExLiveReqCounterWeb.CountController do
use ExLiveReqCounterWeb, :controller

alias ExLiveReqCounter.Cache

# comment here
def incr(conn, %{"key" => key}) do
count = Cache.incr(key)

Expand Down

0 comments on commit 115a52f

Please sign in to comment.