Skip to content

Commit

Permalink
define logger field (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
samrabelachew authored Apr 19, 2022
1 parent 98965e8 commit 96a3891
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,7 @@ func NewServer(userConfig UserConfig, config Config) (*Server, error) {
forceApplyCommandRunner := &events.ForceApplyCommandRunner{
CommandRunner: commandRunner,
VCSClient: vcsClient,
Logger: ctxLogger,
}

repoAllowlist, err := events.NewRepoAllowlistChecker(userConfig.RepoAllowlist)
Expand Down

0 comments on commit 96a3891

Please sign in to comment.