node-json-database
Advanced tools
Comparing version
@@ -896,4 +896,2 @@ import * as fs from 'fs' | ||
const rowTryingToDelete = thisTable.get().rows[i] | ||
rowTryingToDelete.rowNum = i | ||
if (rowTryingToDelete == undefined) { | ||
@@ -905,2 +903,4 @@ // We reached the end of the table | ||
rowTryingToDelete.rowNum = i | ||
if (where(rowTryingToDelete)) { | ||
@@ -907,0 +907,0 @@ // Delete this row |
{ | ||
"name": "node-json-database", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "JS Database Management System using JSON files", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |