change event name

This commit is contained in:
byte[] 2020-06-15 20:14:05 -04:00
parent b7587eef75
commit 282aa5f6c2

View file

@ -6,7 +6,7 @@ defmodule Philomena.ThumbnailWorker do
PhilomenaWeb.Endpoint.broadcast!( PhilomenaWeb.Endpoint.broadcast!(
"firehose", "firehose",
"image:processed", "image:process",
%{image_id: image_id} %{image_id: image_id}
) )
end end