Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
fix: mapがnilで初期化されている問題を修正した
Browse files Browse the repository at this point in the history
  • Loading branch information
arata-nvm committed Mar 2, 2024
1 parent 23d7132 commit 37eda45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handler/api/rpc/impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func New(
timetableUseCase timetablemodule.UseCase,
) *impl {
h := new(impl)
h.pattenToHandler = make(map[string]http.Handler)

handlerOptions := []connect.HandlerOption{
connect.WithInterceptors(interceptor.NewErrorInterceptor(), interceptor.NewAuthInterceptor(accessController)),
Expand Down

0 comments on commit 37eda45

Please sign in to comment.