Skip to content

Commit 79979d8

Browse files
authored
Update hono-app.ts
1 parent 5926122 commit 79979d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

worker/hono-app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ app.use('/api/trpc/*', async (c, next) => {
582582
const analytics = c.get('analytics');
583583
const ip = c.get('ip');
584584

585-
const accessDenied = await checkUserApiAccess(authContext, c.env);
585+
const accessDenied = await checkUserApiAccess(authContext, c.env);
586586
if (accessDenied) {
587587
analytics.trackSecurityEvent({
588588
eventType: 'auth_failure',

0 commit comments

Comments
 (0)