mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore(coderd/database/queries): remove trailing whitespace (#20192)
This commit is contained in:
@@ -113,7 +113,7 @@ WHERE
|
||||
-- Filter by max age if provided
|
||||
AND (
|
||||
sqlc.narg('max_age_ms')::bigint IS NULL
|
||||
OR pd.last_seen_at IS NULL
|
||||
OR pd.last_seen_at IS NULL
|
||||
OR pd.last_seen_at >= (NOW() - (sqlc.narg('max_age_ms')::bigint || ' ms')::interval)
|
||||
)
|
||||
AND (
|
||||
|
||||
Reference in New Issue
Block a user