Skip to content

Commit

Permalink
Merge pull request #190 from harmochiky/bug_fixed_linking_new_golden_…
Browse files Browse the repository at this point in the history
…record

* Linking new golden record fixed
  • Loading branch information
walisc authored Mar 4, 2024
2 parents 02090bf + 4a90b93 commit afd9e6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public static Route patchIidNewGidLink(
return entity(Jackson.unmarshaller(NotificationResolution.class),
obj -> onComplete(Ask.patchIidNewGidLink(actorSystem,
backEnd,
obj.newGoldenId(),
obj.currentGoldenId(),
obj.interactionId()),
result -> result.isSuccess()
? result.get()
Expand Down

0 comments on commit afd9e6c

Please sign in to comment.