Skip to content

Commit

Permalink
Merge pull request #212 from victor-accarini/fix-ts-boolean
Browse files Browse the repository at this point in the history
fix typescript error
  • Loading branch information
gregolsky authored Mar 12, 2020
2 parents 90d024b + 19290d1 commit 476b4de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<Boolean> {
export class IndexHasChangedOperation implements IMaintenanceOperation<boolean> {

private readonly _definition: IndexDefinition;

Expand Down

0 comments on commit 476b4de

Please sign in to comment.