Skip to content

Commit

Permalink
fixed variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
babakamyljanovssw committed Feb 27, 2025
1 parent 4b4d07b commit be98fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/create-lead/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export async function POST(request: NextRequest) {
throw new CustomError(
JSON.stringify(createLeadFlow.data),
createLeadFlow.status,
JSON.stringify(req.body),
JSON.stringify(request.body),
appInsight.KnownSeverityLevel.Critical,
STAGE.PA_FLOW
);
Expand Down

0 comments on commit be98fe7

Please sign in to comment.