From 778f28ba2bc4ef19636b038175c5cd5dbf69c329 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Sat, 4 May 2024 01:15:20 +1200 Subject: [PATCH] Remove unnecessary prevent_permanent_checkout. --- app/controllers/sse_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/sse_controller.rb b/app/controllers/sse_controller.rb index 3a8e12f..b18dcd6 100644 --- a/app/controllers/sse_controller.rb +++ b/app/controllers/sse_controller.rb @@ -7,7 +7,7 @@ def index } def events - Highscore.with_connection(prevent_permanent_checkout: true) do + Highscore.with_connection do highscore_id = Highscore.last.id end