chore: remove redundant query
This commit is contained in:
parent
da7dee3de7
commit
1ec3d3183f
@ -61,10 +61,6 @@ function init() {
|
||||
);
|
||||
});
|
||||
|
||||
const stmt = db.prepare(
|
||||
"INSERT INTO conversations (name, model_id, image, message) VALUES (?, ?, ?, ?)"
|
||||
);
|
||||
stmt.finalize();
|
||||
db.close();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user