~singpolyma/sgx-jmp

3ec7820611a1661b4416088aa411162fc8966a0c — Stephen Paul Weber 1 year, 4 months ago 653ad29
Typo
1 files changed, 1 insertions(+), 1 deletions(-)

M lib/customer_repo.rb
M lib/customer_repo.rb => lib/customer_repo.rb +1 -1
@@ 76,7 76,7 @@ class CustomerRepo

	def put_monthly_overage_limit(customer, limit)
		k = "jmp_customer_monthly_overage_limit-#{customer.customer_id}"
		@redis.put(k, limit)
		@redis.set(k, limit)
	end

protected