This commit is contained in:
Timothy Jaeryang Baek
2026-03-17 17:58:01 -05:00
parent fcf7208352
commit de3317e26b
220 changed files with 17200 additions and 22836 deletions
+1 -3
View File
@@ -20,6 +20,4 @@ def apply_default_group_assignment(
try:
Groups.add_users_to_group(default_group_id, [user_id], db=db)
except Exception as e:
log.error(
f"Failed to add user {user_id} to default group {default_group_id}: {e}"
)
log.error(f'Failed to add user {user_id} to default group {default_group_id}: {e}')