Commit 19290d1
committed
fix typescript error
Fix the following typescript error:
> Type '(conventions: DocumentConventions) => RavenCommand<boolean>' is
not assignable to type '(conventions: DocumentConventions) =>
RavenCommand<Boolean>'.
> Call signature return types 'RavenCommand<boolean>' and
'RavenCommand<Boolean>' are incompatible.
> Type 'Boolean' is not assignable to type 'boolean'.
> 'boolean' is a primitive, but 'Boolean' is a wrapper object.1 parent 90d024b commit 19290d1
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments