typo

Stephen Paul Weber created

Change summary

config.ru | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

config.ru 🔗

@@ -215,11 +215,11 @@ class JmpPay < Roda
 		return if REDIS.sismember(redis_key_btc_addresses, request.params["address"])
 
 		warn "Address and customer_id do not match"
-		r.halt(
+		r.halt([
 			403,
 			{"Content-Type" => "text/plain"},
 			"Address and customer_id do not match"
-		)
+		])
 	end
 
 	route do |r|