Add HTTP 413 to normal errors to not log

This commit is contained in:
binwiederhier
2026-03-16 10:27:23 -04:00
parent 3a37ea32f7
commit df82fdf44c
5 changed files with 22 additions and 23 deletions

View File

@@ -26,7 +26,6 @@ var (
type Store struct {
db *db.DB
queries queries
}
// queries holds the database-specific SQL queries.