diff --git a/src/Documents/Operations/Indexes/IndexHasChangedOperation.ts b/src/Documents/Operations/Indexes/IndexHasChangedOperation.ts index 34d3ea223..f61eb41ed 100644 --- a/src/Documents/Operations/Indexes/IndexHasChangedOperation.ts +++ b/src/Documents/Operations/Indexes/IndexHasChangedOperation.ts @@ -8,7 +8,7 @@ import { HttpRequestParameters } from "../../../Primitives/Http"; import { HeadersBuilder } from "../../../Utility/HttpUtil"; import * as stream from "readable-stream"; -export class IndexHasChangedOperation implements IMaintenanceOperation { +export class IndexHasChangedOperation implements IMaintenanceOperation { private readonly _definition: IndexDefinition;