Removing try catch wrap.

This commit is contained in:
mike12345567 2025-02-13 18:17:07 +00:00
parent 52d8d7d1dc
commit e7f42a0075
1 changed files with 11 additions and 15 deletions

View File

@ -119,7 +119,6 @@ export function areRESTVariablesValid(datasource: Datasource) {
}
export function checkDatasourceTypes(schema: Integration, config: any) {
try {
for (let key of Object.keys(config)) {
if (!schema.datasource?.[key]) {
continue
@ -133,9 +132,6 @@ export function checkDatasourceTypes(schema: Integration, config: any) {
}
}
return config
} catch (err) {
console.log(err)
}
}
async function enrichDatasourceWithValues(