Skip to content

Commit

Permalink
chore(workflows-service): rewrite quality control prop (#2897)
Browse files Browse the repository at this point in the history
- Refactor quality control property to always include it

(your code changes are easier to track than a breadcrumb trail in a bakery)
  • Loading branch information
shanegrouber authored Dec 16, 2024
1 parent 4def82c commit 1f5830e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/workflows-service/prisma/data-migrations
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class MerchantMonitoringClient {
reportType,
workflowVersion,
...(compareToReportId && { compareToReportId }),
...(withQualityControl && { withQualityControl }),
withQualityControl,
merchantId: businessId,
callbackUrl: `${env.APP_API_URL}/api/v1/internal/business-reports/hook?businessId=${businessId}`,
metadata: {
Expand Down

0 comments on commit 1f5830e

Please sign in to comment.