Browse Source

Update advanced/configuring-comments-callbacks.md

Co-authored-by: James Toohey <james.toohey@tiny.cloud>
pull/1970/head
Tyler Kelly 4 years ago
committed by GitHub
parent
commit
230968a2a9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      advanced/configuring-comments-callbacks.md

2
advanced/configuring-comments-callbacks.md

@ -143,7 +143,7 @@ The `done` callback should accept the following object:
```js
{
canResolve: boolean // whether or not the conversation can be resolved
reason: string? // an optional string explaining why resolving was not allowed (if canResolve is false)
reason?: string // an optional string explaining why resolving was not allowed (if canResolve is false)
}
```

Loading…
Cancel
Save