Audit changes.

This commit is contained in:
jdl
2026-06-13 15:18:17 +02:00
parent 528e67ea61
commit c0126c2036
4 changed files with 21 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ func DB(err error) error {
return ErrAlreadyExists
}
}
log.Printf("Unexpected error: %v", err)
return ErrUnexpected
}