remove external
This commit is contained in:
@@ -63,7 +63,9 @@ app
|
||||
})
|
||||
.define(async (ctx) => {
|
||||
const keys = await redis.keys('user:app:*');
|
||||
await redis.del(...keys);
|
||||
if (keys.length > 0) {
|
||||
await redis.del(...keys);
|
||||
}
|
||||
fs.rmSync(fileStore, { recursive: true });
|
||||
|
||||
ctx.body = {
|
||||
|
||||
Reference in New Issue
Block a user