This commit is contained in:
Adria Navarro 2025-01-08 12:28:36 +01:00
parent a1ac0ac0b0
commit 022df7cda4
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export default class ViewFetch extends DataFetch<ViewV1, Table> {
}) })
return { rows: res || [] } return { rows: res || [] }
} catch (error) { } catch (error) {
console.error(error) console.error(error, { datasource })
return { rows: [] } return { rows: [] }
} }
} }