Skip to content

Commit

Permalink
feat: adding steps for forms handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Kumar Singh committed Feb 19, 2025
1 parent e83f7d0 commit 727e23d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/common/audit-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export async function sendContinuationMessage(message, context) {

try {
const { sqs } = context;
log.info(`Debug log 6 ${JSON.stringify(payload, null, 2)}`);
log.info(`Debug log 7 ${queueUrl}`);
await sqs.sendMessage({
QueueUrl: queueUrl,
MessageBody: JSON.stringify(payload),
Expand Down
2 changes: 1 addition & 1 deletion src/forms-opportunities/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default new AuditBuilder()
urls: Array.from(uniqueUrls).map((url) => ({ url })),
// urls: urlArray,
siteId: site.getId(),
context,
// context,
// auditContext: {
// next: 'processOpportunity',
// auditId: site.getId(),
Expand Down

0 comments on commit 727e23d

Please sign in to comment.