mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 13:45:44 +08:00
Merge branch 'develop' into standalone_develop
This commit is contained in:
@@ -71,6 +71,6 @@ class Api::V1::Users::UpdateEmailService < ApplicationService
|
|||||||
end
|
end
|
||||||
|
|
||||||
def remove_old_cache_for_user
|
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
|
||||||
end
|
end
|
||||||
Reference in New Issue
Block a user