Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/email-invitations' into email-in…
Browse files Browse the repository at this point in the history
…vitations
  • Loading branch information
Aydawka committed Dec 20, 2023
2 parents 27a1853 + 712b056 commit 149a540
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions alembic/versions/6173282aef08_remove_invite_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@


# revision identifiers, used by Alembic.
revision: str = '6173282aef08'
down_revision: Union[str, None] = 'f150341d2741'
revision: str = "6173282aef08"
down_revision: Union[str, None] = "f150341d2741"
branch_labels: Union[str, Sequence[str], None] = None
depends_on: Union[str, Sequence[str], None] = None

Expand Down
2 changes: 1 addition & 1 deletion invitation/invitation.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def send_invitation_study(to, token, study_name, role):
accept_url=accept_url,
study_name=study_name,
role=role,
to=to
to=to,
)
app.mail.send(msg)

Expand Down

0 comments on commit 149a540

Please sign in to comment.