Skip to content

Commit

Permalink
fix: pass ascending param
Browse files Browse the repository at this point in the history
  • Loading branch information
solaris007 committed Dec 10, 2023
1 parent 2d6d412 commit 9419dfd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ export const auditFunctions = (dynamoClient, config, log) => ({
auditType,
auditedAt,
),
getAuditsForSite: (siteId, auditType) => getAuditsForSite(
getAuditsForSite: (siteId, auditType, ascending) => getAuditsForSite(
dynamoClient,
config,
log,
siteId,
auditType,
ascending,
),
getLatestAudits: (auditType, ascending) => getLatestAudits(
dynamoClient,
Expand Down

0 comments on commit 9419dfd

Please sign in to comment.