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 -1
View File
@@ -32,7 +32,7 @@ feature.hears(
}
await urql
.mutation(increment, { command: true, mutationKey })
.mutation(increment, { command: true, mutationKey }) // Increments the trigger count
.toPromise()
.then(async () => {
if (ctx.msg) {