From e0c7636efd8272081b8f1a5f8b499d7d2e2d9126 Mon Sep 17 00:00:00 2001 From: Dao Ho <84757503+Dao-Ho@users.noreply.github.com> Date: Sat, 10 Jan 2026 12:31:34 -0500 Subject: [PATCH 1/2] commit --- backend/internal/errs/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/internal/errs/http.go b/backend/internal/errs/http.go index 5467d31e..c65c0100 100644 --- a/backend/internal/errs/http.go +++ b/backend/internal/errs/http.go @@ -43,7 +43,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, From 2a1a12b04d9146b7d27b0861522ba455e4e66e01 Mon Sep 17 00:00:00 2001 From: Dao Ho <84757503+Dao-Ho@users.noreply.github.com> Date: Thu, 15 Jan 2026 13:01:41 -0500 Subject: [PATCH 2/2] test --- backend/internal/errs/http.go | 1 - backend/supabase/.temp/cli-latest | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 backend/supabase/.temp/cli-latest diff --git a/backend/internal/errs/http.go b/backend/internal/errs/http.go index c65c0100..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" 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