This commit is contained in:
Josh Harvey 2018-05-01 19:35:54 +03:00
parent f7561acf3c
commit 80e851fb59
9 changed files with 131 additions and 76 deletions

View file

@ -328,4 +328,4 @@ function batch () {
}, customers)))
}
module.exports = { add, get, batch, getById, update }
module.exports = {add, get, batch, getById, update}