From 781359d96b0c77faed82903ba2bac4a2a6c98ece Mon Sep 17 00:00:00 2001 From: Robert Lin Date: Thu, 15 Aug 2024 16:55:40 -0700 Subject: [PATCH] errors --- .../dotcom/productsubscription/license_check_handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/frontend/internal/dotcom/productsubscription/license_check_handler.go b/cmd/frontend/internal/dotcom/productsubscription/license_check_handler.go index 132a1cfa5d013..397ac87f1c988 100644 --- a/cmd/frontend/internal/dotcom/productsubscription/license_check_handler.go +++ b/cmd/frontend/internal/dotcom/productsubscription/license_check_handler.go @@ -3,7 +3,6 @@ package productsubscription import ( "context" "encoding/json" - "errors" "net/http" "connectrpc.com/connect" @@ -12,6 +11,7 @@ import ( "github.com/sourcegraph/sourcegraph/internal/authz" "github.com/sourcegraph/sourcegraph/internal/database" "github.com/sourcegraph/sourcegraph/internal/licensing" + "github.com/sourcegraph/sourcegraph/lib/errors" subscriptionlicensechecksv1 "github.com/sourcegraph/sourcegraph/lib/enterpriseportal/subscriptionlicensechecks/v1" subscriptionlicensechecksv1connect "github.com/sourcegraph/sourcegraph/lib/enterpriseportal/subscriptionlicensechecks/v1/v1connect"