Skip to content

Commit

Permalink
feat(OY-26537): OS changelog package activity
Browse files Browse the repository at this point in the history
  • Loading branch information
pkim-gswell committed Dec 18, 2023
1 parent 6ec502b commit cd1aaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/data/handlers/sink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ export const onemac_changelog = async (event: Event) => {
const packageId = decode(REC.key);
const timestamp = new Date().toISOString();
ACC.push({
...JSON.parse(decode(REC.value)),
id: `${packageId}-${timestamp}`,
packageId,
...JSON.parse(decode(REC.value)),
});
});

Expand Down

0 comments on commit cd1aaa2

Please sign in to comment.