mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-03-09 11:48:47 +00:00
FIX: Tools::DbSchema's tables parameter is a string (#400)
This commit is contained in:
parent
f9d7d7f5f0
commit
e6422c542e
@ -54,7 +54,7 @@ module DiscourseAi
|
||||
protected
|
||||
|
||||
def description_args
|
||||
{ tables: tables.join(", ") }
|
||||
{ tables: tables }
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user