Fix change counter check in fts optimization

This commit is contained in:
Fedor Indutny
2023-01-25 13:22:13 -08:00
committed by GitHub
parent f751687af3
commit 78a33f28c8
2 changed files with 37 additions and 34 deletions

View File

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