metrics.all must define metrics.get

This commit is contained in:
Clément Renault
2022-08-24 17:03:30 +02:00
parent 2c2efc7ab6
commit f0b2ac6efb

View File

@ -126,6 +126,9 @@ impl HeedAuthStore {
Action::StatsAll => {
actions.insert(Action::StatsGet);
}
Action::MetricsAll => {
actions.insert(Action::MetricsGet);
}
other => {
actions.insert(*other);
}