Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Sep 27, 2023
1 parent b8a2eb2 commit dd3b96a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async def generate_invitation(request: web.Request):

_, user_email = await get_user_name_and_email(request.app, user_id=req_ctx.user_id)

# TODO: check if invitations are activated in this product or raise
# NOTE: check if invitations are activated in this product or raise

generated = await api.generate_invitation(
request.app,
Expand Down

0 comments on commit dd3b96a

Please sign in to comment.