Skip to content

Commit

Permalink
* Linking new golden record fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
harmochiky committed Feb 29, 2024
1 parent 02090bf commit 4a90b93
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 4a90b93

Please sign in to comment.