mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 05:58:00 +01:00
Add missing increment to counter
This commit is contained in:
committed by
Jon Chambers
parent
9cb89b42bf
commit
4571042814
@@ -215,7 +215,7 @@ public class AccountsManager {
|
||||
dynamoDelete(account);
|
||||
} catch (final Exception e) {
|
||||
logger.error("Could not delete account {} from dynamo", account.getUuid().toString());
|
||||
Metrics.counter(DYNAMO_MIGRATION_ERROR_COUNTER, "action", "delete");
|
||||
Metrics.counter(DYNAMO_MIGRATION_ERROR_COUNTER, "action", "delete").increment();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user