diff --git a/lib/customer_repo.rb b/lib/customer_repo.rb index b187f7958233a15b76933061ef44f2fcd87d42ab..01cfd52cbc55a7ac8413d99ebc6431160671e1c9 100644 --- a/lib/customer_repo.rb +++ b/lib/customer_repo.rb @@ -55,7 +55,7 @@ class CustomerRepo redis.get("jmp_customer_id-#{jid}").then do |customer_id| raise NotFound, "No customer" unless customer_id - [customer_id, @jid] + [customer_id, jid] end end end