Skip to content

Commit

Permalink
Update child spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jrowah committed Jun 10, 2024
1 parent 49e6cfc commit ca20e79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/battle_ship/game.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ defmodule BattleShip.Game do
@moduledoc false

use GenServer,
start: {__MODULE__, :start_link, []},
restart: :transient,
shutdown: 5000,
type: :worker
Expand Down

0 comments on commit ca20e79

Please sign in to comment.