Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoromike committed Mar 13, 2019
1 parent 9355841 commit 3d29b45
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/api/endpoints/redemption_requests/redemption_points.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ def post(self):
recipients=user_list
)

# self.email.send(
# current_app._get_current_object(),
# payload=email_payload,
# mail=self.mail
# )
self.email.send(
current_app._get_current_object(),
payload=email_payload,
mail=self.mail
)

# Send a slack notification to a CIO regarding new redemption request.
for user in user_list:
message = f"Redemption Request for {g.current_user.society.name}," + \
Expand Down

0 comments on commit 3d29b45

Please sign in to comment.