Skip to content

Commit

Permalink
Changing Harvest struct
Browse files Browse the repository at this point in the history
  • Loading branch information
ransoni committed Mar 5, 2020
1 parent fa9686c commit 63bfa98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func InitHarvest(conf *Config) *Harvest {
}

// Init methot initializes the data structure needed for Harvest
func Init(conf *config.Config) *HarvestOLD {
func Init(conf *config.Config) *Harvest {
a := &structs.API{
AuthToken: conf.API.AuthToken,
AccountID: conf.API.AccountID,
Expand Down

0 comments on commit 63bfa98

Please sign in to comment.