Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
solaris007 committed Nov 30, 2023
1 parent ca51663 commit d07dc7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/spacecat-shared-data-access/src/dto/audit.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { createAudit } from '../models/audit.js';
*/
export const AuditDto = {
/**
* Converts a Audit object into a DynamoDB item.
* Converts an Audit object into a DynamoDB item.
* @param {Readonly<Audit>} audit - Audit object.
* @param {boolean} latestAudit - If true, returns the latest audit flavor.
* @returns {{siteId, auditedAt, auditResult, auditType, expiresAt, fullAuditRef, SK: string}}
Expand All @@ -41,7 +41,7 @@ export const AuditDto = {
},

/**
* Converts a DynamoDB item into a Audit object.
* Converts a DynamoDB item into an Audit object.
* @param {object } dynamoItem - DynamoDB item.
* @returns {Readonly<Audit>} Audit object.
*/
Expand Down

0 comments on commit d07dc7a

Please sign in to comment.