Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
arttor committed Apr 30, 2024
1 parent e3478ec commit bec3d9d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions service/standalone/ui_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ package standalone
import (
"context"
"embed"
"errors"
"fmt"
"io/fs"
"net/http"
Expand All @@ -32,8 +31,6 @@ import (
//go:embed all:static
var staticAssets embed.FS

var errDisabled = errors.New("disabled")

func serveUI(ctx context.Context, port int) (func() error, error) {
f, err := staticAssets.Open("static/index.html")
if err != nil {
Expand Down

0 comments on commit bec3d9d

Please sign in to comment.