Skip to content

Commit

Permalink
Merge pull request #61 from princenyeche/princenyeche-patch-1
Browse files Browse the repository at this point in the history
Update user
  • Loading branch information
princenyeche authored Nov 20, 2021
2 parents 7f4bd67 + 3b9238f commit 8027652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jiraone/user
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ class UserManagement:
:return: Deque List
"""
exit("Your source data isn't a valid JSON object.") if not isinstance(source, dict) else ""
exit("Your source data isn't a valid JSON object.") if not isinstance(source, t.Mapping) else ""
user_collection = deque()
exit(f"Incorrect data type {type(detail)} for keyword argument 'detail'. "
f"Expecting bool type") \
Expand Down

0 comments on commit 8027652

Please # to comment.