Skip to content

Commit

Permalink
fix: remove unused config
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhenry committed Feb 16, 2024
1 parent 715607a commit 6404fe0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/server/routers/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ import {
import { logger } from '../../utils/logger'
import { procedure, router } from '../trpc'

const config = {
contributionOrg: 'github-ospo-test',
privateOrg: 'github-ospo-test-emu',
}

/**
* Generates a git url with the access token in it
* @param accessToken Access token for the app
Expand Down

0 comments on commit 6404fe0

Please sign in to comment.