Skip to content

Commit

Permalink
Flaaaakee88888
Browse files Browse the repository at this point in the history
  • Loading branch information
dhakim87 committed Aug 24, 2020
1 parent c487266 commit f5b6931
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions microsetta_private_api/admin/admin_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,7 @@ def send_email(body, token_info):
endpoint + "/accounts/%s/sources/%s/samples/%s" %
(account_id, source_id, sample_id)
)
elif account_id is not None and \
source_id is not None:
elif account_id is not None and source_id is not None:
resolution_url = build_login_redirect(
endpoint + "/accounts/%s/sources/%s" %
(account_id, source_id)
Expand Down

0 comments on commit f5b6931

Please sign in to comment.