mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
Merge pull request #357 from firezone/fix-session-scheduler
Fix scheduler events
This commit is contained in:
@@ -20,7 +20,8 @@ defmodule FzHttp.VpnSessionScheduler do
|
||||
end
|
||||
|
||||
@impl GenServer
|
||||
def handle_info(:perform, _state) do
|
||||
{:noreply, Events.set_config()}
|
||||
def handle_info(:perform, state) do
|
||||
Events.set_config()
|
||||
{:noreply, state}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user