Skip to content

Commit

Permalink
admin_expires_at for indirect members is always false (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsee authored Sep 19, 2023
1 parent aaca8c0 commit 3090bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dbtools/membership_enumeration.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const (
b.parent_group_id,
a.user_id,
b.expires_at,
b.admin_expires_at,
NULL as admin_expires_at,
FALSE AS is_admin,
FALSE AS direct
FROM
Expand Down

0 comments on commit 3090bc4

Please sign in to comment.