@medicus.ai/medicus-report-pdf-generator 1.0.172 → 1.0.173

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.
@@ -100,7 +100,8 @@ let generateHTMLWellbeingReport = async (data, isDebugging, clientName, language
100
100
  }
101
101
 
102
102
 
103
- let client = data.clientName ? data.clientName : 'default'
103
+ let client = clientName ? clientName : 'default'
104
+ console.log("client",client)
104
105
  let pathFile = path.resolve(__dirname + '/../config/' + client + '.json');
105
106
  let defaultConfig = require('../config/default.json');
106
107
  if (fs.existsSync(pathFile)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medicus.ai/medicus-report-pdf-generator",
3
- "version": "1.0.172",
3
+ "version": "1.0.173",
4
4
  "description": "Medicus PDF Generator - latest update in 26/10/2021 - Support new languages tr in wellbeing report",
5
5
  "main": "index.js",
6
6
  "scripts": {