Fix change counter check in fts optimization

This commit is contained in:
Fedor Indutny 2023-02-21 14:06:35 -08:00 committed by GitHub
parent a4b5968579
commit 287d7e70e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 23 deletions

View file

@ -362,7 +362,6 @@ export type GetAllStoriesResultType = ReadonlyArray<
>;
export type FTSOptimizationStateType = Readonly<{
changes: number;
steps: number;
done?: boolean;
}>;