mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-20 00:35:22 +00:00
switched to double quotes to fix linter
This commit is contained in:
parent
f32560ccb8
commit
b959332dcf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue