Skip to content

Commit

Permalink
chore: remove redundant query
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan committed Oct 9, 2023
1 parent da7dee3 commit 1ec3d31
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions electron/core/plugins/data-plugin/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ function init() {
);
});

const stmt = db.prepare(
"INSERT INTO conversations (name, model_id, image, message) VALUES (?, ?, ?, ?)"
);
stmt.finalize();
db.close();
}

Expand Down

0 comments on commit 1ec3d31

Please sign in to comment.