Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
chilagrow committed Mar 5, 2024
1 parent 333216e commit 88b12e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/handler/msg_createuser.go
Expand Up @@ -46,7 +46,6 @@ func (h *Handler) MsgCreateUser(ctx context.Context, msg *wire.OpMsg) (*wire.OpM
return nil, err
}

// TODO https://github.com/FerretDB/FerretDB/issues/4142
if dbName != "$external" && !document.Has("pwd") {
return nil, handlererrors.NewCommandErrorMsg(
handlererrors.ErrBadValue,
Expand Down

0 comments on commit 88b12e2

Please sign in to comment.