Skip to content

Commit 0239fb5

Browse files
committed
crit patch - identify empty user object
1 parent de308a8 commit 0239fb5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎packages/app/server/src/services/x402AuthenticationService.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export class X402AuthenticationService {
2222
logger.info(`Authenticating X402 request for echo app ${requestedAppId}`);
2323

2424
if (!requestedAppId) {
25+
this.echoControlService.identifyX402Request(null, null);
2526
return null;
2627
}
2728

0 commit comments

Comments
 (0)