Skip to content

Commit 4c9215b

Browse files
authored
Merge pull request #1447 from jaypatrick/claude/fix-ci-on-main
fix: correct indentation in worker/hono-app.ts
2 parents 1ddaaf4 + 9723116 commit 4c9215b

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)