Skip to content

Commit

Permalink
fix: upload link screenshot as public accessible image
Browse files Browse the repository at this point in the history
  • Loading branch information
ascariandrea committed Nov 24, 2023
1 parent 43fd15f commit 071bc62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/api/src/flows/links/takeLinkScreenshot.flow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const uploadScreenshot: TEFlow<
Key: mediaKey,
Body: buffer,
ContentType: PngType.value,
ACL: 'public-read'
}),
fp.TE.map((upload) => ({
...link.image,
Expand Down

0 comments on commit 071bc62

Please sign in to comment.