Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Nov 26, 2024
1 parent 50a4ec3 commit 7e22ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/handler/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
func New(
r revision.Repo,
subject subject.Repo,
search search.Client,
search search.Handler,
u user.Repo,
episode episode.Repo,
) Handler {
Expand All @@ -43,5 +43,5 @@ type Handler struct {
r revision.Repo
subject subject.Repo
u user.Repo
search search.Client
search search.Handler
}

0 comments on commit 7e22ba1

Please sign in to comment.