Skip to content

Commit

Permalink
fix:lint
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Ribó Labrador <elribonazo@gmail.com>
  • Loading branch information
elribonazo committed Jun 15, 2024
1 parent 967dc2c commit 4457966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/leveldb/src/leveldb/instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export class RxStorageIntanceLevelDB<RxDocType> implements RxStorageInstance<
lowerBound
);

let upperBound: any[] = queryPlan.endKeys;
const upperBound: any[] = queryPlan.endKeys;

const upperBoundString = getStartIndexStringFromUpperBound(
this.schema,
Expand Down

0 comments on commit 4457966

Please sign in to comment.