update scoped config imports
This commit is contained in:
parent
559b8789f6
commit
6b9a223094
|
@ -3,7 +3,6 @@ const {
|
|||
generateConfigID,
|
||||
StaticDatabases,
|
||||
getConfigParams,
|
||||
determineScopedConfig,
|
||||
getGlobalUserParams,
|
||||
getScopedFullConfig,
|
||||
} = require("@budibase/auth").db
|
||||
|
@ -123,7 +122,7 @@ exports.configChecklist = async function (ctx) {
|
|||
const appDbNames = allDbs.filter(dbName => dbName.startsWith(APP_PREFIX))
|
||||
|
||||
// They have set up SMTP
|
||||
const smtpConfig = await determineScopedConfig(db, {
|
||||
const smtpConfig = await getScopedFullConfig(db, {
|
||||
type: Configs.SMTP,
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue