fix(portal): norely -> noreply in gateway/channel.ex (#8329)

Fixes a typo that snuck in in #8267
This commit is contained in:
Jamil
2025-03-03 08:15:46 +00:00
committed by GitHub
parent eac2516e18
commit e5ae00ab99

View File

@@ -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