Skip to content

Commit 917ce36

Browse files
committed
remove text cast
1 parent 0b20020 commit 917ce36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/queries/user_links.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ SELECT
9797
-- Some IDPs return a single string instead of an array of strings.
9898
WHEN jsonb_typeof(claims->'merged_claims'->'groups') = 'string' THEN
9999
jsonb_build_array(claims->'merged_claims'->@claim_field)
100-
END)::text
100+
END)
101101
FROM
102102
user_links
103103
WHERE

0 commit comments

Comments
 (0)