20be483e
Don't uppercase error messages
Conrad Hoffmann <ch@bitfehler.net> — 2025-11-04 11:22:13 UTC
Commit 20be483e4e7e137d820dc4d33049a9d851fa1b64 —
view raw patch
Parent(s):
e22c3e1c
| File | Status | + | − |
|---|---|---|---|
auth/bearer.go
|
M | +1 | -1 |
auth/middleware.go
|
M | +9 | -9 |
config/config.go
|
M | +1 | -1 |
config/middleware.go
|
M | +2 | -2 |
crypto/crypto.go
|
M | +2 | -2 |
database/middleware.go
|
M | +3 | -3 |
database/sq.go
|
M | +2 | -2 |
email/send.go
|
M | +7 | -7 |
email/worker.go
|
M | +11 | -11 |
model/cursor.go
|
M | +1 | -1 |
objects/middleware.go
|
M | +1 | -1 |
redis/middleware.go
|
M | +1 | -1 |
server/directives.go
|
M | +5 | -5 |
server/server.go
|
M | +3 | -3 |
valid/valid.go
|
M | +4 | -4 |
webhooks/config.go
|
M | +3 | -3 |
webhooks/context.go
|
M | +3 | -3 |
webhooks/legacy.go
|
M | +2 | -2 |
webhooks/middleware.go
|
M | +2 | -2 |
webhooks/queue.go
|
M | +2 | -2 |