mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
fix(portal): norely -> noreply in gateway/channel.ex (#8329)
Fixes a typo that snuck in in #8267
This commit is contained in:
@@ -75,7 +75,7 @@ defmodule API.Gateway.Channel do
|
||||
# Resource create message is a no-op for the Gateway as the Resource
|
||||
# details will be sent to the Gateway on an :authorize_flow message
|
||||
def handle_info({:create_resource, _resource_id}, socket) do
|
||||
{:norely, socket}
|
||||
{:noreply, socket}
|
||||
end
|
||||
|
||||
# Resource is updated, eg. traffic filters are changed
|
||||
|
||||
Reference in New Issue
Block a user