Skip to content

Commit

Permalink
fix temporary invite idRedisKey
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomlove committed Feb 26, 2024
1 parent 86782e7 commit 9c07206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/take-increment-bulk.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
break;
}
$idStr = implode(',', $idArr);
$idRedisKey = sprintf("temporary_invite:%d", microtime(true));
$idRedisKey = sprintf("temporary_invite:%s", microtime(true));
\Nexus\Database\NexusDB::cache_put($idRedisKey, $idStr);
if ($isTypeTmpInvite) {
$command = sprintf(
Expand Down

0 comments on commit 9c07206

Please sign in to comment.