Skip to content

Commit

Permalink
Fix syntax error in manager from a previous, simple looking PR merge.…
Browse files Browse the repository at this point in the history
… Huh :O
  • Loading branch information
knadh committed May 7, 2024
1 parent c30068d commit c108486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/manager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ type Config struct {
MessageURL string
ViewTrackURL string
ArchiveURL string
RootURL string
RootURL string
UnsubHeader bool

// Interval to scan the DB for active campaign checkpoints.
Expand Down Expand Up @@ -356,7 +356,7 @@ func (m *Manager) TemplateFuncs(c *models.Campaign) template.FuncMap {
},
"RootURL": func() string {
return m.cfg.RootURL
}
},
}

for k, v := range m.tplFuncs {
Expand Down

0 comments on commit c108486

Please sign in to comment.