diff --git a/service/god_mode.go b/service/god_mode.go index aa5e96f..5e8fa32 100644 --- a/service/god_mode.go +++ b/service/god_mode.go @@ -611,5 +611,6 @@ func (g _GodModeService) DeleteUser(userId string) (bool, error) { cache.AbolishRelation("user") cache.AbolishRelation("park") cache.AbolishRelation("report") + cache.AbolishRelation("charge") return result, nil }