Skip to content

Commit

Permalink
[BOTS-9846] added manager_huid field into UserFromCSV
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonid Gorbunov committed Jun 13, 2024
1 parent d3f1a46 commit 319ec7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pybotx/models/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ class UserFromCSV:
company: Optional[str] = None
department: Optional[str] = None
position: Optional[str] = None
manager_huid: Optional[str] = None

0 comments on commit 319ec7b

Please sign in to comment.