fix db
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-21 00:47:44 +07:00
parent 0d6bd456d6
commit f4523de5a4
12 changed files with 152 additions and 71 deletions
+1
View File
@@ -37,6 +37,7 @@ func (s *Server) AddUser(ctx context.Context, req *proto.CreateUserReq) (*proto.
ctx,
&user.UserEntity{
Username: req.Username,
Password: req.Password,
},
)
if err != nil {