Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
mdial89f committed Nov 6, 2023
1 parent c3d1752 commit 5fd0e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/api/handlers/submit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ async function produceMessage(topic, key, value) {
key: key,
value: value,
partition: 0,
headers: { source: "mako" },
headers: { source: "micro" },
};
console.log(message);

Expand Down

0 comments on commit 5fd0e77

Please sign in to comment.