We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aedfa14 commit 5127e5fCopy full SHA for 5127e5f
components/nile_database/sources/common/base.mjs
@@ -38,7 +38,7 @@ export default {
38
const results = await resourceFn({
39
workspace: this.workspace,
40
database: this.database,
41
- }); console.log(results);
+ });
42
43
for (const item of results) {
44
const meta = this.generateMeta(item);
0 commit comments