Skip to content

Commit

Permalink
fix: review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mansaj committed Dec 13, 2024
1 parent ff86f9f commit 1d870c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/v1/user/welcome-scan/create/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export async function POST(
getCountryCode(headers()),
);
if (!eligible) {
logger.error("scan_created_error", {
logger.warn("scan_created_warn", {
message: "User is not eligible for feature",
});
return NextResponse.json({ success: false }, { status: 422 });
Expand Down

0 comments on commit 1d870c7

Please sign in to comment.