diff --git a/elixir/apps/api/lib/api/gateway/channel.ex b/elixir/apps/api/lib/api/gateway/channel.ex index c81607da9..200c2eacd 100644 --- a/elixir/apps/api/lib/api/gateway/channel.ex +++ b/elixir/apps/api/lib/api/gateway/channel.ex @@ -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