From 88b12e23e133a899a1ba9da32d7a6d0381b6cc1b Mon Sep 17 00:00:00 2001 From: Chi Fujii Date: Tue, 5 Mar 2024 19:17:43 +0900 Subject: [PATCH] remove todo --- internal/handler/msg_createuser.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/handler/msg_createuser.go b/internal/handler/msg_createuser.go index a9ab8d691ecf..e02e26bfc738 100644 --- a/internal/handler/msg_createuser.go +++ b/internal/handler/msg_createuser.go @@ -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,