Fixed syntax error on TrackingURL

pull/64/head
Jordan Wright 2015-08-26 18:17:03 -05:00
parent 9b597fea92
commit d0cc39c84e
1 changed files with 3 additions and 3 deletions

View File

@ -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,