We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02090bf + 4a90b93 commit afd9e6cCopy full SHA for afd9e6c
JeMPI_Apps/JeMPI_LibAPI/src/main/java/org/jembi/jempi/libapi/Routes.java
@@ -130,7 +130,7 @@ public static Route patchIidNewGidLink(
130
return entity(Jackson.unmarshaller(NotificationResolution.class),
131
obj -> onComplete(Ask.patchIidNewGidLink(actorSystem,
132
backEnd,
133
- obj.newGoldenId(),
+ obj.currentGoldenId(),
134
obj.interactionId()),
135
result -> result.isSuccess()
136
? result.get()
0 commit comments