Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information