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