mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
add blank space
This commit is contained in:
@@ -194,6 +194,7 @@ export class App {
|
|||||||
.createQueryBuilder('cf')
|
.createQueryBuilder('cf')
|
||||||
.where('cf.apikeyid = :apikeyid', { apikeyid: apiKey.id })
|
.where('cf.apikeyid = :apikeyid', { apikeyid: apiKey.id })
|
||||||
.orWhere('cf.apikeyid IS NULL')
|
.orWhere('cf.apikeyid IS NULL')
|
||||||
|
.orWhere('cf.apikeyid = ""')
|
||||||
.orderBy('cf.name', 'ASC')
|
.orderBy('cf.name', 'ASC')
|
||||||
.getMany()
|
.getMany()
|
||||||
if (chatflows.length >= 1) return res.status(200).send(chatflows)
|
if (chatflows.length >= 1) return res.status(200).send(chatflows)
|
||||||
|
|||||||
Reference in New Issue
Block a user