Skip to content

Commit 476b4de

Browse files
authored
Merge pull request #212 from victor-accarini/fix-ts-boolean
fix typescript error
2 parents 90d024b + 19290d1 commit 476b4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Documents/Operations/Indexes/IndexHasChangedOperation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { HttpRequestParameters } from "../../../Primitives/Http";
88
import { HeadersBuilder } from "../../../Utility/HttpUtil";
99
import * as stream from "readable-stream";
1010

11-
export class IndexHasChangedOperation implements IMaintenanceOperation<Boolean> {
11+
export class IndexHasChangedOperation implements IMaintenanceOperation<boolean> {
1212

1313
private readonly _definition: IndexDefinition;
1414

0 commit comments

Comments
 (0)