diff --git a/main.go b/main.go index 747058c..27faa9e 100644 --- a/main.go +++ b/main.go @@ -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,