Skip to content

Commit ec51641

Browse files
aviadlCopilot
andauthored
Update descope/management/user.py
Co-authored-by: Copilot <[email protected]>
1 parent 2caf0b6 commit ec51641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

descope/management/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ def load_users(
675675
"""
676676
if user_ids is None or len(user_ids) == 0:
677677
raise AuthException(
678-
400, ERROR_TYPE_INVALID_ARGUMENT, "At list one user id needs to be supplied"
678+
400, ERROR_TYPE_INVALID_ARGUMENT, "At least one user id needs to be supplied"
679679
)
680680

681681
body: dict[str, Union[List[str], bool]] = {

0 commit comments

Comments
 (0)