Added comments.

This commit is contained in:
2026-04-14 18:01:44 -04:00
parent 547fef9c75
commit aaac8c3aa7
12 changed files with 21 additions and 6 deletions
+1
View File
@@ -15,6 +15,7 @@ const feature = composer.chatType("private");
feature.command("start", logHandle("command-start"), async ctx => {
const mutationKey = process.env.GRAPHQL_MUTATION_KEY || "";
// Increments the trigger count
await urql.mutation(increment, { trigger: true, mutationKey });
await urql