Skip to content

Commit

Permalink
fix: [Importer] In job status response, include count of successful f…
Browse files Browse the repository at this point in the history
…iles and total files imported

updating jsdocs
  • Loading branch information
Ben Helleman committed Sep 17, 2024
1 parent dc5f96f commit ad90273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/spacecat-shared-data-access/src/dto/import-url.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const ImportUrlDto = {
/**
* Converts a DynamoDB item into an ImportUrl object.
* @param {object} dynamoItem - The DynamoDB item to convert.
* @returns {ImportUrl} - The ImportUrl object.
*/
fromDynamoItem: (dynamoItem) => {
const importUrlData = {
Expand Down

0 comments on commit ad90273

Please sign in to comment.