Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitiwat-owen committed Jan 1, 2024
1 parent 36eaeca commit e9e9c30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion internal/service/user/user.service.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type serviceImpl struct {
bcryptUtil utils.IBcryptUtil
}

func NewService(repo userRepo.Repository, bcryptUtil utils.IBcryptUtil) *serviceImpl {
func NewService(repo userRepo.Repository, bcryptUtil utils.IBcryptUtil) proto.UserServiceServer {
return &serviceImpl{repo: repo, bcryptUtil: bcryptUtil}
}

Expand Down
12 changes: 0 additions & 12 deletions pkg/service/user/user.service.go

This file was deleted.

0 comments on commit e9e9c30

Please sign in to comment.