diff --git a/worker/worker.go b/worker/worker.go index d0a7d116..ee47ec19 100644 --- a/worker/worker.go +++ b/worker/worker.go @@ -62,9 +62,9 @@ func processCampaign(c *models.Campaign) { for _, t := range c.Results { td := struct { models.Result - URL string - Tracker string - TrackingURL + URL string + Tracker string + TrackingURL string }{ t, "http://" + ips[0].String() + "?rid=" + t.RId,