diff --git a/backend/internal/errs/http.go b/backend/internal/errs/http.go index 5467d31e..8e1895c9 100644 --- a/backend/internal/errs/http.go +++ b/backend/internal/errs/http.go @@ -1,7 +1,6 @@ package errs import ( - "errors" "fmt" "log/slog" "net/http" @@ -43,7 +42,7 @@ func Conflict(title string, withKey string, withValue any) HTTPError { return NewHTTPError(http.StatusConflict, fmt.Errorf("conflict: %s with %s='%s' already exists", title, withKey, withValue)) } -func InvalidRequestData(errors map[string]string) HTTPError { +fjwifwjfunc InvalidRequestData(errors map[string]string) HTTPError { return HTTPError{ Code: http.StatusUnprocessableEntity, Message: errors, diff --git a/backend/supabase/.temp/cli-latest b/backend/supabase/.temp/cli-latest new file mode 100644 index 00000000..8c68db77 --- /dev/null +++ b/backend/supabase/.temp/cli-latest @@ -0,0 +1 @@ +v2.67.1 \ No newline at end of file