Fix module
This commit is contained in:
parent
82aee0ab23
commit
f6b5c22477
2
index.js
2
index.js
@ -33,7 +33,7 @@ class database {
|
|||||||
this.get = this.getTable;
|
this.get = this.getTable;
|
||||||
this.select = this.get;
|
this.select = this.get;
|
||||||
this.set = this.setItem;
|
this.set = this.setItem;
|
||||||
this.add = this.insert;
|
this.insert = this.add;
|
||||||
this.update = this.set;
|
this.update = this.set;
|
||||||
this.remove = this.del;
|
this.remove = this.del;
|
||||||
this.pop = this.del;
|
this.pop = this.del;
|
||||||
|
Loading…
Reference in New Issue
Block a user