Skip to content

Commit b5ed91a

Browse files
committed
chore: comment added
1 parent 87a8440 commit b5ed91a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

playground/server/tasks/shield/clean.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ export default defineTask({
55
description: "Clean expired bans",
66
},
77
async run() {
8+
// async run({ payload, context }) {
9+
// console.log({ payload, context });
10+
811
const shieldStorage = useStorage("shield");
912

1013
const keys = await shieldStorage.getKeys();

0 commit comments

Comments
 (0)