Merge branch 'develop' into 'fix/fix-error-handling-in-profile-tab'

# Conflicts:
#   CHANGELOG.md
This commit is contained in:
Shpuld Shpludson 2020-12-03 14:41:55 +00:00
commit fc4a17aa8c
2 changed files with 2 additions and 1 deletions

View file

@ -21,7 +21,7 @@ const clear = (storage) => {
failedMessageIds.push(message.id)
} else {
delete storage.idIndex[message.id]
delete storage.idempotencyKeyIndex[message.id]
delete storage.idempotencyKeyIndex[message.idempotency_key]
}
}