From 63bfa98d0ae69af774b3a676c74fe966999270c0 Mon Sep 17 00:00:00 2001 From: Mika Tuominen Date: Thu, 5 Mar 2020 20:52:22 +0200 Subject: [PATCH] Changing Harvest struct --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,