Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensJourney committed Sep 5, 2024
1 parent 65c4717 commit 62168d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/shared/open-db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export async function _openDB(
}

const result = {
insertId: sqlite3.last_insert_id(db), // TODO sqlite3.last_insert_id(db),
insertId: sqlite3.last_insert_id(db),
rowsAffected: sqlite3.changes(db),
rows: {
_array: rows,
Expand Down

0 comments on commit 62168d2

Please sign in to comment.