revert expiration-mailer clientName change (#2207)

This required a corresponding change to AMQP permissions, to be scheduled in the future.
This commit is contained in:
Roland Bracewell Shoemaker 2016-09-26 10:37:17 -07:00 committed by Jacob Hoffman-Andrews
parent 96cd5d449b
commit e18f4e7457
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ func (ds durationSlice) Swap(a, b int) {
ds[a], ds[b] = ds[b], ds[a]
}
const clientName = "Expiration"
const clientName = "ExpirationMailer"
type config struct {
Mailer struct {