Fix ordering and limit in query

This commit is contained in:
Zef Hemel
2023-10-03 16:54:03 +02:00
parent 38318556aa
commit 1e8a96ef20
5 changed files with 34 additions and 6 deletions
-1
View File
@@ -20,7 +20,6 @@ export async function widget(bodyText: string): Promise<WidgetContent> {
),
);
// console.log("actual query", parsedQuery);
const eventName = `query:${parsedQuery.querySource}`;
let resultMarkdown = "";