We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4475e39 commit c00686eCopy full SHA for c00686e
core/tests/fireproof/repro-blocks.process.test.ts
@@ -23,7 +23,7 @@ async function findAll(db: Database): Promise<Record[]> {
23
{ descending: true },
24
);
25
return result.rows
26
- .filter((row) => row.doc) // Filter out any rows without documents
+ .filter((row) => row.doc) // Filter out rows without documents
27
.map((row) => row.doc as Record);
28
}
29
0 commit comments