testilo 33.0.0 → 33.0.1

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/package.json +1 -1
  2. package/rescore.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "33.0.0",
3
+ "version": "33.0.1",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
package/rescore.js CHANGED
@@ -16,7 +16,7 @@ const {getNowStamp} = require('./procs/util');
16
16
  // ########## FUNCTIONS
17
17
 
18
18
  // Rescores a report.
19
- exports.rescore = async (scorer, report, restrictionType, includedIDs) => {
19
+ exports.rescore = (scorer, report, restrictionType, includedIDs) => {
20
20
  // If tools are restricted:
21
21
  const {acts, id, score} = report;
22
22
  if (restrictionType === 'tools') {