feat: remove unused code

This commit is contained in:
etwas 2025-04-15 21:50:33 +02:00
parent e45db3b3f2
commit a091a6198c
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -21,14 +21,6 @@ import (
var pool *pgxpool.Pool var pool *pgxpool.Pool
func convErrorHandler(str string, err error) string {
if err != nil {
return err.Error()
}
return str
}
type RequestError struct { type RequestError struct {
Code string `json:"code"` Code string `json:"code"`
Message string `json:"messaage"` Message string `json:"messaage"`