Skip to content

Commit a0f9950

Browse files
authored
Fix old child spec warning (#117)
1 parent 21a688d commit a0f9950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rollbax.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ defmodule Rollbax do
9090
end
9191

9292
children = [
93-
Supervisor.Spec.worker(Rollbax.Client, [config])
93+
{Rollbax.Client, [config]}
9494
]
9595

9696
Supervisor.start_link(children, strategy: :one_for_one)

0 commit comments

Comments
 (0)