mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 09:00:52 +03:00
clean(components): is debug boolean syntax shorthand (#3770)
🧹 CLEAN(components): is debug boolean syntax shorthand
This commit is contained in:
@@ -242,7 +242,7 @@ const getSQLDBChain = async (
|
||||
const obj: SqlDatabaseChainInput = {
|
||||
llm,
|
||||
database: db,
|
||||
verbose: process.env.DEBUG === 'true' ? true : false,
|
||||
verbose: process.env.DEBUG === 'true',
|
||||
topK: topK
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user