Skip to content
Snippets Groups Projects
Commit 8154abca authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Minor change

parent 7a9d688e
Branches
Tags
No related merge requests found
...@@ -38,7 +38,7 @@ public class AsyncTransferService { ...@@ -38,7 +38,7 @@ public class AsyncTransferService {
String requestId = job.getJobId(); String requestId = job.getJobId();
Map<String, Object> data = new HashMap<>(); Map<String, Object> data = new HashMap<>();
data.put("id", requestId); data.put("req_id", requestId);
data.put("job", job); data.put("job", job);
String message = MAPPER.writeValueAsString(data); String message = MAPPER.writeValueAsString(data);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment