Skip to content

Commit

Permalink
fix: var name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderleegs committed Jul 7, 2023
1 parent 230977e commit 58fa9d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/integration/Sites.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ const authorizationMiddleware = getAuthorizationMiddleware({
})

const reposService = new ReposService({ repository: Repo })
const deploymentsService = new DeploymentsService({ repository: Deployment })
const deploymentsService = new DeploymentsService({
deploymentsRepository: Deployment,
})
const launchClient = new LaunchClient()
const launchesService = new LaunchesService({
launchesRepository: Launch,
Expand Down

0 comments on commit 58fa9d5

Please sign in to comment.