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