Skip to content

Commit

Permalink
fix: add proxy import to webhook entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
riley-kohler committed Jun 27, 2024
1 parent 20a9b9d commit 26f5520
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bot/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { serverTrpc } from '../utils/trpc'
import { appOctokit, generateAppAccessToken } from './octokit'
import { createAllPushProtection, createDefaultBranchProtection } from './rules'

import '../utils/proxy'

type CustomProperties = Record<string, string>

const botLogger = logger.getSubLogger({ name: 'bot' })
Expand Down

0 comments on commit 26f5520

Please sign in to comment.