Remove todo since bug is not happening

This commit is contained in:
Emma Garland
2021-01-26 11:55:12 +00:00
parent c7725953f3
commit 9b9a3d9197

View File

@@ -190,7 +190,6 @@ namespace Umbraco.Web.BackOffice.Controllers
[OutgoingEditorModelEvent]
public MemberDisplay GetByKey(Guid key)
{
// TODO: this is not finding the key currently after member creation
IMember foundMember = _memberService.GetByKey(key);
if (foundMember == null)
{