Skip to content

Commit bb8da37

Browse files
committed
lint
1 parent 4c72d60 commit bb8da37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ class DatabaseFake {
559559
limit: number | null;
560560
} {
561561
const source = query.source;
562-
let results: GenericDocument[] = [];
562+
const results: GenericDocument[] = [];
563563
let fieldPathsToSortBy: string[];
564564
let order: "asc" | "desc";
565565
switch (source.type) {

0 commit comments

Comments
 (0)