We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a8440 commit b5ed91aCopy full SHA for b5ed91a
playground/server/tasks/shield/clean.ts
@@ -5,6 +5,9 @@ export default defineTask({
5
description: "Clean expired bans",
6
},
7
async run() {
8
+ // async run({ payload, context }) {
9
+ // console.log({ payload, context });
10
+
11
const shieldStorage = useStorage("shield");
12
13
const keys = await shieldStorage.getKeys();
0 commit comments