Skip to content

Commit

Permalink
[EMAILER]: Send email default True
Browse files Browse the repository at this point in the history
  • Loading branch information
amadolid authored and ypkang committed Aug 16, 2023
1 parent a7132a9 commit 306f37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaseci_core/jaseci/extens/api/user_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def user_create(
global_init: str = "",
global_init_ctx: dict = {},
other_fields: dict = {},
send_email: bool = False,
send_email: bool = True,
):
"""
Create a new user (master object)
Expand Down

0 comments on commit 306f37e

Please sign in to comment.