Skip to content

Commit aa6fe88

Browse files
committed
Correct indentation on sql
1 parent 8b9e3bc commit aa6fe88

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

coderd/database/queries/users.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ SET
5656
-- Append new roles and remove duplicates just to keep things clean.
5757
rbac_roles = ARRAY(SELECT DISTINCT UNNEST(rbac_roles || @granted_roles :: text[]))
5858
WHERE
59-
id = @id
59+
id = @id
6060
RETURNING *;
6161

6262
-- name: GetUsers :many

coderd/httpmw/rbac.go

-9
This file was deleted.

0 commit comments

Comments
 (0)