Fix error when deleting members
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Rafael Epplée 2025-08-21 14:18:01 +02:00 committed by Simon
parent e0d40014a1
commit 96c5b956e5
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2
3 changed files with 32 additions and 3 deletions

View file

@ -35,8 +35,8 @@ audit:
mix deps.audit
mix hex.audit
test: install-dependencies start-database
mix test
test *args: install-dependencies start-database
mix test {{args}}
format:
mix format