Revert "Merge pull request #3101 from alphagov/retry-broadcasts"

This reverts commit 1bd99c779d, reversing
changes made to d390eb2cac.
This commit is contained in:
Leo Hemsted
2021-02-08 11:02:34 +00:00
parent 49e6ec1ead
commit bee0059e53
8 changed files with 60 additions and 421 deletions

View File

@@ -61,8 +61,3 @@ def create_broadcast_provider_message(broadcast_event, provider):
db.session.add(provider_message_number)
db.session.commit()
return provider_message
@transactional
def update_broadcast_provider_message_status(broadcast_provider_message, *, status):
broadcast_provider_message.status = status