Skip to content

Commit

Permalink
feat(image): add cid to csv export
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-elimu committed Nov 8, 2024
1 parent 4d561be commit f1e813d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public void handleRequest(
"content_license",
"attribution_url",
"title",
"cid",
"download_url",
"image_format"
);
Expand All @@ -59,6 +60,7 @@ public void handleRequest(
image.getContentLicense(),
image.getAttributionUrl(),
image.getTitle(),
image.getCid(),
downloadUrl,
image.getImageFormat()
);
Expand Down

0 comments on commit f1e813d

Please sign in to comment.