Fix change counter check in fts optimization
This commit is contained in:
parent
f751687af3
commit
78a33f28c8
2 changed files with 37 additions and 34 deletions
|
@ -361,7 +361,6 @@ export type GetAllStoriesResultType = ReadonlyArray<
|
|||
>;
|
||||
|
||||
export type FTSOptimizationStateType = Readonly<{
|
||||
changes: number;
|
||||
steps: number;
|
||||
done?: boolean;
|
||||
}>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue