Skip to content

Commit 87a655a

Browse files
committed
temp debug
1 parent bffcca1 commit 87a655a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/basket/src/lib/request-validation.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ export async function validateRequest(
7979
send_event: true,
8080
});
8181

82+
console.log("Autumn data:", data);
83+
8284
if (data && !(data.allowed || data.overage_allowed)) {
8385
await logBlockedTraffic(
8486
request,

0 commit comments

Comments
 (0)