Fix error when deleting members

This commit is contained in:
Rafael Epplée 2025-08-21 14:18:01 +02:00
parent 96085ea420
commit d9aee4e126
No known key found for this signature in database
GPG key ID: B4EFE6DC59FAE118
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