Added comments.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user