Fixed 267U.pre2
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { UserHelpers } from "../helpers/user.js";
|
||||
export async function CacheMiddleware(ctx, next) {
|
||||
ctx.cache = UserHelpers.getFreshAccountCache();
|
||||
await next();
|
||||
}
|
||||
Reference in New Issue
Block a user