Fix module

This commit is contained in:
Nikiroy78 2021-11-03 22:56:44 +03:00 committed by GitHub
parent 82aee0ab23
commit f6b5c22477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ class database {
this.get = this.getTable;
this.select = this.get;
this.set = this.setItem;
this.add = this.insert;
this.insert = this.add;
this.update = this.set;
this.remove = this.del;
this.pop = this.del;