Fix error when deleting members
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Rafael Epplée 2025-08-21 14:18:01 +02:00 committed by Moritz
parent 95d065345b
commit 7d2b719ca2
Signed by: moritz
GPG key ID: 1020A035E5DD0824
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