Add incr on block.
This commit is contained in:
@@ -99,6 +99,8 @@ export async function findSession(req: NextApiRequestCollect) {
|
||||
|
||||
async function checkUserBlock(userId: string) {
|
||||
if (process.env.ENABLE_BLOCKER && (await cache.fetchUserBlock(userId))) {
|
||||
await cache.incrementUserBlock(userId);
|
||||
|
||||
throw new Error('Usage Limit.');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user