Skip to content

Commit

Permalink
fix: CLI SDR flow
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Oct 20, 2020
1 parent 46cbda1 commit eb31f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/daf-cli/src/sdr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,12 +251,12 @@ program

const list = sdrMessages.map((message) => ({
//FIXME
//@ts-ignore
name:
shortDate(message.createdAt) +
' ' +
shortDid(message.from) +
' asking to share: ' +
//@ts-ignore
message.data?.claims?.map((claim) => claim.claimType).join(','),
value: message,
}))
Expand Down

0 comments on commit eb31f43

Please sign in to comment.