Skip to content

Commit

Permalink
still making progress
Browse files Browse the repository at this point in the history
  • Loading branch information
smonero committed Mar 7, 2024
1 parent afb2715 commit 5efe485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/neptune/adhoc/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func NewServer(config *adhocconfig.Config) (*Server, error) {
if err != nil {
return nil, errors.Wrap(err, "client creator")
}
// TODO fill in details here - in another PR pull from globalCfg since we have the items in the repo_template

repoConfig := feature.RepoConfig{
Owner: config.FeatureConfig.FFOwner,
Repo: config.FeatureConfig.FFRepo,
Expand Down

0 comments on commit 5efe485

Please sign in to comment.