Merge branch 'FlowiseAI:main' into bugfix/folder_recursive

This commit is contained in:
Ilyes
2024-02-06 14:43:24 +01:00
committed by GitHub
+1 -1
View File
@@ -1445,7 +1445,7 @@ export class App {
chatType,
chatId,
memoryType: memoryType ?? (chatId ? IsNull() : undefined),
sessionId: sessionId ?? (chatId ? IsNull() : undefined),
sessionId: sessionId ?? undefined,
createdDate: toDate && fromDate ? Between(fromDate, toDate) : undefined
},
order: {