Skip to content

Commit

Permalink
UPDATE: moduledoc
Browse files Browse the repository at this point in the history
  • Loading branch information
seungjinstord committed Dec 13, 2023
1 parent f8a57ad commit 13f018a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/buffy/throttle_and_timed.ex
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ defmodule Buffy.ThrottleAndTimed do
...
children = [
...
# Start timed interval run of WarehouseEvents.FulfillableStatusCheckBuffer for all valid shippers
{true,
Task.child_spec(fn ->
for x <- 1..10, do: MyModuleUsingThrottleAndTimed.throttle(some: "value", x: x)
Expand Down

0 comments on commit 13f018a

Please sign in to comment.