Skip to content

Commit 3cf7102

Browse files
updaeted the comments
1 parent f310dfc commit 3cf7102

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/backend/v4/api/router.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ async def init_team(
119119
memory_store = await DatabaseFactory.get_database(user_id=user_id)
120120
team_service = TeamService(memory_store)
121121

122-
# Find the first available team from 4 to 1, or use HR as fallback
123122
init_team_id = await find_first_available_team(team_service, user_id)
124123

125124
# Get current team if user has one

0 commit comments

Comments
 (0)