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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}>;