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:
parent
96cd5d449b
commit
e18f4e7457
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue