Change the v8 channel name

pull/974/head
Connor Rigby 2019-05-24 09:46:05 -07:00
parent be1c6dc869
commit 7e5a7d557f
No known key found for this signature in database
GPG Key ID: 29A88B24B70456E0
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ defmodule FarmbotExt.AMQP.BotStateNGChannel do
json = JSON.encode!(value)
case Basic.publish(chan, @exchange, "bot.#{state.jwt.bot}.status_v8.#{path}", json) do
case Basic.publish(chan, @exchange, "bot.#{state.jwt.bot}.status_v8.upsert.#{path}", json) do
:ok ->
{:noreply, state, {:continue, rest}}