In https://github.com/mozilla/addons-server/pull/22828 we preserver the original zadmin config key holding the value of the last time a blocked base filter was updated to ensure compatibility with the existing value.
In the linked PR we are already writing to the new value as well, so in this issue we can simply remove reading from the old value and update the reference.
We can migrate that value to the new key and then update the code.
Acceptance Criteria
### Milestones/checkpoints
- [ ] remove reference to the old value and the option to toggle between new/old values
Checks
[X] If I have identified that the work is specific to a repository, I have removed "repository:addons-server" or "repository:addons-frontend"
Description
In https://github.com/mozilla/addons-server/pull/22828 we preserver the original zadmin config key holding the value of the last time a blocked base filter was updated to ensure compatibility with the existing value.
In the linked PR we are already writing to the new value as well, so in this issue we can simply remove reading from the old value and update the reference.
We can migrate that value to the new key and then update the code.
Acceptance Criteria
Checks
┆Issue is synchronized with this Jira Task