From 087671d84807c262d75a3f0e254808b3c1b72436 Mon Sep 17 00:00:00 2001 From: Darren VanBuren Date: Wed, 13 Jun 2018 02:19:11 -0700 Subject: [PATCH] Fix typo --- stargaterando.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/stargaterando.rb b/stargaterando.rb index 62672ef..11cec6d 100644 --- a/stargaterando.rb +++ b/stargaterando.rb @@ -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