Skip to content

Commit

Permalink
Update to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kid1194 committed Sep 25, 2022
1 parent 985b41a commit 1de5085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active_users/api/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def get_settings():


@frappe.whitelist()
def get_users(user_types):
def get_users(user_types=None):
if user_types and isinstance(user_types, str):
try:
user_types = json.loads(user_types)
Expand Down

0 comments on commit 1de5085

Please sign in to comment.