This commit is contained in:
yystopf 2023-01-09 15:39:49 +08:00
parent fdb713b76d
commit dfe56d9f75
1 changed files with 1 additions and 1 deletions

View File

@ -71,6 +71,6 @@ class Api::V1::Users::UpdateEmailService < ApplicationService
end
def remove_old_cache_for_user
$redis_cache.hdel("v2-owner-common:#{@user.login}-#{@old_mail}")
$redis_cache.del("v2-owner-common:#{@user.login}-#{@old_mail}")
end
end