Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
0xd8d committed Nov 30, 2024
1 parent afacd8b commit 839669f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ async function fromDatabase(dbPath) {
filename: dbPath
});
const result = await db.all("SELECT * FROM _collections");
console.log(result);
return result.map((collection) => ({
...collection,
fields: JSON.parse(collection.schema)
Expand Down

0 comments on commit 839669f

Please sign in to comment.