client-manager-fido 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/app.js +1 -1
  2. package/package.json +1 -1
package/app.js CHANGED
@@ -116,7 +116,7 @@ module.exports.get_element_by_id = async function(id){
116
116
  }
117
117
  }
118
118
 
119
- module.exports.get_element_by_id = async function(id, name, surname, from_date, to_date){
119
+ module.exports.get_elements_by_id = async function(id, name, surname, from_date, to_date){
120
120
  try{
121
121
  psql = await psql;
122
122
  let clients = await psql.clients.findAll({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "client-manager-fido",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "",
5
5
  "main": "app.js",
6
6
  "scripts": {