This commit is contained in:
Darren VanBuren 2018-06-13 02:19:11 -07:00
parent ffc033debf
commit 087671d848

View file

@ -148,6 +148,7 @@ module StargateRando::Controllers
result_hash = { :fulfillmentText => "You should watch: #{@series}: #{@episode_and_season}: #{@episode_name}" }
JSON.generate(result_hash)
end
end
end