mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
Refactor session ID assignment in App class
This commit is contained in:
@@ -1440,7 +1440,7 @@ export class App {
|
|||||||
chatType,
|
chatType,
|
||||||
chatId,
|
chatId,
|
||||||
memoryType: memoryType ?? (chatId ? IsNull() : undefined),
|
memoryType: memoryType ?? (chatId ? IsNull() : undefined),
|
||||||
sessionId: sessionId ?? (chatId ? IsNull() : undefined),
|
sessionId: sessionId ?? undefined,
|
||||||
createdDate: toDate && fromDate ? Between(fromDate, toDate) : undefined
|
createdDate: toDate && fromDate ? Between(fromDate, toDate) : undefined
|
||||||
},
|
},
|
||||||
order: {
|
order: {
|
||||||
|
|||||||
Reference in New Issue
Block a user