Skip to content

Commit

Permalink
fix: Adding id to serviceMessagesSince
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Jan 14, 2020
1 parent 202b139 commit 45bb45b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/daf-core/src/graphql/graphql-core.ts
Expand Up @@ -31,6 +31,7 @@ const serviceMessagesSince = async (
const res = await ctx.core.getMessagesSince(args.ts)
return res.map(msg => ({
...msg,
id: msg.id,
data: JSON.stringify(msg.data),
raw: msg.raw,
metaData: msg.allMeta,
Expand Down

0 comments on commit 45bb45b

Please sign in to comment.