switched to double quotes to fix linter

This commit is contained in:
Karthik Sankar 2025-03-11 15:45:04 +00:00
parent f32560ccb8
commit b959332dcf

View file

@ -12,7 +12,7 @@ class LeaderboardsController < ApplicationController
@untracked_entries = Hackatime::Heartbeat.today
.where.not(user_id: @leaderboard.entries.select(:slack_uid))
.select('DISTINCT user_id')
.select("DISTINCT user_id")
.count
end
end