1
This commit is contained in:
parent
1d891b05f7
commit
91a6b5c15d
@ -67,6 +67,11 @@ class MatchController extends BaseAuthedController {
|
||||
$r = $this->_getRedis($teamUuid);
|
||||
$teamDb = $this->readTeamDb($r, $teamUuid);
|
||||
if (!empty($teamDb)) {
|
||||
$r->del(MATCH_OK_KEY . $teamUuid);
|
||||
$matchOkDb = $this->readMatchOk($r, $teamUuid);
|
||||
if ($matchOkDb) {
|
||||
$r->del(MATCH_OK_KEY . $matchOkDb['target_team']);
|
||||
}
|
||||
}
|
||||
$this->_rspOk();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user