Skip to content

Commit

Permalink
Merge pull request #198 from riley-kohler/add_proxy_import_to_webhook…
Browse files Browse the repository at this point in the history
…_entrypoint

fix: add proxy import to webhook entrypoint
  • Loading branch information
ajhenry authored Jul 1, 2024
2 parents 20a9b9d + 26f5520 commit 251c60a
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 251c60a

Please sign in to comment.