Skip to content

Commit afd9e6c

Browse files
authored
Merge pull request #190 from harmochiky/bug_fixed_linking_new_golden_record
* Linking new golden record fixed
2 parents 02090bf + 4a90b93 commit afd9e6c

File tree

1 file changed

+1
-1
lines changed
  • JeMPI_Apps/JeMPI_LibAPI/src/main/java/org/jembi/jempi/libapi

1 file changed

+1
-1
lines changed

JeMPI_Apps/JeMPI_LibAPI/src/main/java/org/jembi/jempi/libapi/Routes.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public static Route patchIidNewGidLink(
130130
return entity(Jackson.unmarshaller(NotificationResolution.class),
131131
obj -> onComplete(Ask.patchIidNewGidLink(actorSystem,
132132
backEnd,
133-
obj.newGoldenId(),
133+
obj.currentGoldenId(),
134134
obj.interactionId()),
135135
result -> result.isSuccess()
136136
? result.get()

0 commit comments

Comments
 (0)