(tasks): linting.

This commit is contained in:
2026-08-28 01:53:46 +08:00
parent a9f7f94033
commit 34dd72a5af
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -7,5 +7,5 @@ export default {
handler: async (context: Client) => { handler: async (context: Client) => {
await closeOldTickets(context); await closeOldTickets(context);
} },
} };
+2 -2
View File
@@ -7,5 +7,5 @@ export default {
handler: async (context: Client) => { handler: async (context: Client) => {
await Database.pruneOldMessages(); await Database.pruneOldMessages();
} },
} };