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