Skip to content

Commit 311d40d

Browse files
ucswiftCopilot
andauthored
Update Web/Resgrid.Web.Services/Controllers/v4/ContactsController.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 816e708 commit 311d40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Web/Resgrid.Web.Services/Controllers/v4/ContactsController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public async Task<ActionResult<ContactNotesResult>> GetContactNotesByContactId(s
186186

187187
foreach (var contactNote in contactNotes)
188188
{
189-
var addedOnPerson = await _userProfileService.GetProfileByUserIdAsync(contact.AddedByUserId);
189+
var addedOnPerson = await _userProfileService.GetProfileByUserIdAsync(contactNote.AddedByUserId);
190190
UserProfile editedPerson = null;
191191

192192
if (!String.IsNullOrWhiteSpace(contactNote.EditedByUserId))

0 commit comments

Comments
 (0)