Skip to content

Commit

Permalink
change to match API expectations. (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
RayOconnor authored Jun 28, 2024
1 parent e1a9097 commit e092f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpaca/broker/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class VisaType(str, Enum):
H1B = "H1B"
J1 = "J1"
L1 = "L1"
Other = "Other"
Other = "OTHER"
O1 = "O1"
TN1 = "TN1"

Expand Down

0 comments on commit e092f3f

Please sign in to comment.