Skip to content

Commit

Permalink
fix to a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
radekvonboktor committed Sep 6, 2023
1 parent 4b9bcf9 commit 0cc70b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/api/current.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ module.exports = {
if (!this.isScenarioBasedStatistics) return;
}

const scenarioName = this.storage.getPickle[pickleId].name;
const scenarioName = this.storage.getPickle(pickleId).name;
const [keyword] = scenario.keyword.split(' ');

const currentNodeCodeRef = utils.formatCodeRef(
Expand Down

0 comments on commit 0cc70b5

Please sign in to comment.