@@ 172,7 172,9 @@ class Customer def notify(body)
jid = REDIS.get("jmp_customer_jid-#{@customer_id}")
+ raise "No JID for #{customer_id}" unless jid
tel = REDIS.lindex("catapult_cred-#{jid}", 3)
+ return unless tel
BlatherNotify.say(
CONFIG[:notify_using][:target].call(tel.to_s),
body