Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Highlight line in query-from-dwn.js #780

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export async function queryRecordsWithFilterAscending(web5) {
filter: {
dataFormat: 'text/plain',
},
//highlight-next-line
dateSort: 'publishedAscending',
},
});
Expand Down