Skip to content

Commit d89e17c

Browse files
0hmXgeeksilva97
andauthored
Update src/node_sqlite.cc
Co-authored-by: Edy Silva <[email protected]>
1 parent 64907f3 commit d89e17c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/node_sqlite.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2446,7 +2446,6 @@ void SqlTagStore::Run(const v8::FunctionCallbackInfo<v8::Value>& info) {
24462446
}
24472447

24482448
uint32_t n_params = info.Length() - 1;
2449-
24502449
int r = sqlite3_reset(stmt->statement_);
24512450
CHECK_ERROR_OR_THROW(env->isolate(), stmt->db_.get(), r, SQLITE_OK, void());
24522451

0 commit comments

Comments
 (0)