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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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) |
|
|
|
} |
|
|
|
``` |
|
|
|
|
|
|
|