fix:rebased code

This commit is contained in:
Gadha2311
2026-02-24 13:00:00 +05:30
parent f958e63f50
commit 5f2064ea77
-1
View File
@@ -1655,7 +1655,6 @@ export async function validateLoyaltyProgram(
normalizedToDate.setHours(0, 0, 0, 0);
if (normalizedToDate.getTime() < today.getTime()) {
// Toast is already shown in beforeSync(), no need to duplicate
return;
}
}