Skip to content

Commit

Permalink
Merge pull request #332 from Red-GV/fix-unimplemented-server-2
Browse files Browse the repository at this point in the history
fix: correct unimplemented server typo
  • Loading branch information
cdelimitrou authored May 8, 2024
2 parents 6708419 + b03be53 commit 80b3109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hotelReservation/services/attractions/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (

// Server implements the attractions service
type Server struct {
pb.UnimplementedRateServer
pb.UnimplementedAttractionsServer

indexH *geoindex.ClusteringIndex
indexR *geoindex.ClusteringIndex
Expand Down
2 changes: 1 addition & 1 deletion hotelReservation/services/review/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const name = "srv-review"

// Server implements the rate service
type Server struct {
pb.UnimplementedRateServer
pb.UnimplementedReviewServer

Tracer opentracing.Tracer
Port int
Expand Down

0 comments on commit 80b3109

Please sign in to comment.