Fix arangoDB connector :
https://github.com/Budibase/budibase/issues/8294#issue-1412041907
This commit is contained in:
parent
ed2f15e7dd
commit
e8b9b196d0
|
@ -62,6 +62,8 @@ class ArangoDBIntegration implements IntegrationBase {
|
|||
|
||||
constructor(config: ArangodbConfig) {
|
||||
const newConfig = {
|
||||
url: config.url,
|
||||
databaseName: config.databaseName,
|
||||
auth: {
|
||||
username: config.username,
|
||||
password: config.password,
|
||||
|
|
Loading…
Reference in New Issue