Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: RB <[email protected]>
  • Loading branch information
nitrocode authored Dec 10, 2024
1 parent 7eb3892 commit 74080b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/controllers/api_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type APIController struct {
RepoAllowlistChecker *events.RepoAllowlistChecker
Scope tally.Scope
VCSClient vcs.Client
WorkingDir events.WorkingDir
WorkingDir events.WorkingDir
WorkingDirLocker events.WorkingDirLocker
}

Expand Down
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ func NewServer(userConfig UserConfig, config Config) (*Server, error) {
RepoAllowlistChecker: repoAllowlist,
Scope: statsScope.SubScope("api"),
VCSClient: vcsClient,
WorkingDir: workingDir,
WorkingDir: workingDir,
WorkingDirLocker: workingDirLocker,
}

Expand Down

0 comments on commit 74080b3

Please sign in to comment.