Skip to content

Commit

Permalink
Agrego parametro tonto a SQLConnect para tener soporte fake de transa…
Browse files Browse the repository at this point in the history
…cciones.

El objetivo es podes testiar funcionalmente las operaciones
  • Loading branch information
Manuel Ortiz committed Jan 12, 2018
1 parent 8f14422 commit 54b1574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sqlite3db.js
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ SQLiteDB.prototype._categorizeProperties = function(model, data) {
/**
* Create a new model instance
*/
SQLiteDB.prototype.create = function create(model, data, callback) {
SQLiteDB.prototype.create = function create(model, data, noob, callback) {

var self = this;
data = self.mapToDB(model, data);
Expand Down

0 comments on commit 54b1574

Please sign in to comment.