Skip to content

Commit

Permalink
Merge branch 'staging' of https://github.com/weni-ai/rapidpro-apps in…
Browse files Browse the repository at this point in the history
…to staging
  • Loading branch information
lucaslinhares committed Oct 28, 2024
2 parents 2dd0b86 + 0e5abe5 commit 7397db1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weni/internal/msgs/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def list(self, request):
kwargs=kwargs,
)
except Exception as e:
# Remove the lock if an error occurs
redis_client.delete(f"template-messages-lock:{org.id}")
return Response(data=str(e), status=500)

Expand Down

0 comments on commit 7397db1

Please sign in to comment.